Home > @tridion-sites/open-api-client > UserProfileService > getUserProfile
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>;
Parameter | Type | Description |
---|---|---|
{ escapedUserId, } | { escapedUserId: string; } |
Returns:
CancelablePromise<UserProfile>
UserProfile The request was successful.
ApiError