Home > @tridion-sites/open-api-client > UserProfileService > getUserAvatar
Beta version. Gets the avatar (profile picture) of a user.
Signature:
static getUserAvatar({ escapedUserId, }: {
escapedUserId: string;
}): CancelablePromise<string>;
Parameter | Type | Description |
---|---|---|
{ escapedUserId, } | { escapedUserId: string; } |
Returns:
CancelablePromise<string>
string The request was successful.
ApiError