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