tridion-sites-extensions-api-docs

Home > @tridion-sites/open-api-client > UserProfile

UserProfile type

DTO for user profile.

Signature:

export type UserProfile = {
    $type?: string;
    DisplayName?: string;
    AvatarUri?: string;
    Preferences?: UserPreferences;
    Runtime?: UserRuntimeInfo;
    User?: User;
};

References: UserPreferences, UserRuntimeInfo, User