Skip to content

frontends-web-frontend


Function: getPublicUser()

getPublicUser(username): Promise<{ avatarUrl: string | null; bio: string; coverUrl: string | null; fullName: string; initials: string; linkedin: string; memberSince: string; organization: string; title: string; username: string; }>

Defined in: frontends/web-frontend/src/users/userApi.ts:175

Parameters

username

string

Returns

Promise<{ avatarUrl: string | null; bio: string; coverUrl: string | null; fullName: string; initials: string; linkedin: string; memberSince: string; organization: string; title: string; username: string; }>