User Model
A user account.
Properties
Property | Type | Description |
---|---|---|
avatarUrl | ?string | Full URL of avatar picture |
botRole | ? Role | If the user is a role bot, which role they are associated with |
displayName | string | User's display name |
firstName | ?string | First name |
id | string | ID |
isRoleBot | bool | Whether this user is a role bot and has an associated Role |
lastName | ?string | Last name |
metadata | Metadata | Dictionary object of custom key-value pairs |
presence | string | Values: UNKNOWN , AVAILABLE , UNAVAILABLE |
removedFromOrg | bool | Whether or not this user has been removed from the org |
status | ?string | User's current status message |