tridion-sites-extensions-api-docs

Home > @tridion-sites/models > UserProfile

UserProfile class

Signature:

export declare class UserProfile

Constructors

Constructor Modifiers Description
(constructor)({ backendModel, user, runtimeInfo, preferences })   Constructs a new instance of the UserProfile class

Properties

Property Modifiers Type Description
_backendModel   BackendUserProfile  
avatarUri   string | undefined User avatar uri.
displayName   string | undefined User display name.
getInternalModel   () => BackendUserProfile  
preferences   UserPreferences | undefined User preferences.
runtime   UserRuntimeInfo | undefined User runtime information.
user   User | undefined Full user information.