RawPlatformUserGetResponse
A user account, before entity methods are attached.
Properties¶
| Property | Type | Description |
|---|---|---|
category |
PlatformUserCategory |
How the account relates to directory provisioning. |
createdTime |
string |
When the account was created. |
displayName |
null | string |
Display name shown in the UI. |
email |
string |
The user's email address. |
emailConfirmed |
boolean |
Whether the email address has been confirmed. |
groupIds |
string[] |
GUIDs of the groups the user belongs to. |
id |
string |
GUID of the user. |
invitationAccepted |
boolean |
Whether the user has accepted their invitation. |
isActive |
boolean |
Whether the account is active. |
lastLoginTime |
null | string |
When the user last signed in. |
lastModifiedTime |
null | string |
When the account was last modified. |
name |
null | string |
First name. |
surname |
null | string |
Last name. |
type |
PlatformUserType |
How the account was created and is used. |
userName |
string |
Sign-in username (usually the email address). |