Home > @tridion-sites/open-api-client > UserProfile
DTO for user profile.
Signature:
export type UserProfile = {
$type?: string;
DisplayName?: string;
AvatarUri?: string;
Preferences?: UserPreferences;
Runtime?: UserRuntimeInfo;
User?: User;
};
References: UserPreferences, UserRuntimeInfo, User