IWorkspaceUser
Home > @gooddata/sdk-model > IWorkspaceUser
IWorkspaceUser interface
Represents platform user in context of the workspace.
Signature:
export interface IWorkspaceUser 
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| string | Contact email of 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 | ||
| Stored user reference | |||
| "ENABLED" | "DISABLED" | (Optional) User status - when backend implementations supports it. | ||
| string | User uri |