tridion-sites-extensions-api-docs

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

UserRuntimeInfo type

Represents the runtime information of the User.

Signature:

export type UserRuntimeInfo = {
    $type?: string;
    HasPublishRights?: boolean;
    IsAdministrator?: boolean;
    IsPublicationAdministrator?: boolean;
    Locale?: UserLocaleInfo;
};

References: UserLocaleInfo