tridion-sites-extensions-api-docs

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

UserProfileService.getUserProfile() method

Beta version. Gets the user profile of a user. This operation returns an instance of ‘UserProfile’ type.

Signature:

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

Parameters

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

Returns:

CancelablePromise<UserProfile>

UserProfile The request was successful.

Exceptions

ApiError