IUser
Home > @gooddata/sdk-model > IUser
IUser interface
Represents platform user.
Signature:
export interface IUser
Properties
| Property | Type | Description |
|---|---|---|
| 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. |
| ref | ObjRef | Stored user reference. |