Name | Type | Description | Notes |
---|---|---|---|
id | int | 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 | int | 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 | int[] | 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] |