Function getUserProfile
- get
User Profile(args): Promise<IUserProfile> Parameters
args: {
accessToken?: string;
profileId?: string;
}Optional
accessToken?: string Optional
profileId?: string
Returns Promise<IUserProfile>
Async
Since
1.18.0
Example
getUserProfile({ accessToken }).then(profile => console.log(profile))
Generated using TypeDoc
Gets userProfile from accessToken.