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 | ||
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 | |
ref | ObjRef | Stored user reference | |
status? | "ENABLED" | "DISABLED" | (Optional) User status - when backend implementations supports it. | |
uri | string | User uri |