| Name | Type | Description | Notes |
|---|---|---|---|
| Id | long | The internal ID of this entity. | |
| Created | DateTime | The time this entity was created. | |
| Modified | DateTime | The time this entity was last modified. | |
| string | The email address associated with the user profile. | ||
| AccountId | long | The ID of the account that owns this entity. | |
| Name | string | Name of the user. | |
| State | string | State of the user. | |
| InviteToken | string | Invitation token of the user. Note: If the user has already accepted their invitation, this is `null`. | |
| IsAdmin | bool | Indicates whether the user is an `admin`. | [optional] |
| Policy | Object | Access level of the user. | |
| Roles | List<long> | A list of the IDs of the roles assigned to the user. | [optional] |
| AuthMethod | string | Authentication method for this user. | [optional] |
| ApplicationNotificationSubscriptions | Object | Application notifications that the user is subscribed to. | [optional] |
| LastSignedIn | DateTime | Timestamp when the user last signed in to Talon.One. | [optional] |
| LastAccessed | DateTime | Timestamp of the user's last activity after signing in to Talon.One. | [optional] |
| LatestFeedTimestamp | DateTime | Timestamp when the user was notified for feed. | [optional] |
| AdditionalAttributes | Object | Additional user attributes, created and used by external identity providers. | [optional] |