IUser
Home > @gooddata/sdk-model > IUser
IUser interface
Represents platform user.
Signature:
export interface IUser
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
authenticationId? | string | (Optional) Authentication id of the user. | |
email? | string | (Optional) Contact email of the user. | |
firstName? | string | (Optional) First name - when backend implementations supports it. | |
fullName? | string | (Optional) Full name. Note: This property has higher priority than firstName / lastName. Backend implementation MUST fill this property if user names are supported. | |
lastName? | string | (Optional) Last name - when backend implementations supports it. | |
login | string | Login - unique user ID for logging into the platform. | |
organizationName? | string | (Optional) Organization name - when backend implementations supports it. | |
permissions? | string[] | (Optional) Permission of the user | |
ref | ObjRef | Stored user reference. |