Skip to content

frontends-web-frontend


Function: updateMyProfile()

updateMyProfile(payload): Promise<{ profile: { altEmail: string; avatarUrl: string | null; bio: string; connectedAccounts: object[]; coverUrl: string | null; email: string; fullName: string; hasPassword: boolean; initials: string; linkedin: string; memberSince: string; organization: string; phone: string; signatureDataUrl: string | null; title: string; twoFactorEnabled: boolean; username: string; }; projectCount: number; }>

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

Parameters

payload

altEmail?

string = ...

bio?

string = ...

fullName?

string = ...

linkedin?

string = ...

organization?

string = ...

phone?

string = ...

title?

string = ...

Returns

Promise<{ profile: { altEmail: string; avatarUrl: string | null; bio: string; connectedAccounts: object[]; coverUrl: string | null; email: string; fullName: string; hasPassword: boolean; initials: string; linkedin: string; memberSince: string; organization: string; phone: string; signatureDataUrl: string | null; title: string; twoFactorEnabled: boolean; username: string; }; projectCount: number; }>