UserIdentities
Columns
Name | Type | ReadOnly | References | Description |
Id [KEY] | Long | True | Automatically assigned on creation. | |
UserId | Long | False | Users.Id | The id of the user. |
Type | String | False | One of email, twitter, facebook, google, or phone_number. | |
Value | String | False | The identifier for this identity, such as an email address. | |
Verified | Boolean | False | If the identity has been verified. | |
Primary | Boolean | True | If the identity is the primary identity. Writable only when creating, not when updating. | |
CreatedAt | Datetime | True | The time the ticket field was created. | |
UpdatedAt | Datetime | True | The time of the last update of the ticket field. | |
UndeliverableCount | Integer | True | The time of the last update of the ticket field. | |
DeliverableState | String | True | The time of the last update of the ticket field. | |
Url | String | True | The URL for this resource. |
Last updated