tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > UserProfileService > getUserAvatar

UserProfileService.getUserAvatar() method

Beta version. Gets the avatar (profile picture) of a user.

Signature:

static getUserAvatar({ escapedUserId, }: {
        escapedUserId: string;
    }): CancelablePromise<string>;

Parameters

Parameter Type Description
{ escapedUserId, } { escapedUserId: string; }  

Returns:

CancelablePromise<string>

string The request was successful.

Exceptions

ApiError