User detail information.

interface SmiUserApiDetails {
    displayName: string;
    sasAdministrator: boolean;
    userId: string;
}

Properties

displayName: string

The user display name.

sasAdministrator: boolean

Whether or not the user is a SAS administrator.

userId: string

The user id.