User Identities
Application user profiles, each of which is associated with a single application user account
The user_identity
object represents a user identity associated with an application user account.
user_identity
Properties
user_identity
PropertiesThe user_identity
object has the following properties:
Property | Type | Description |
---|---|---|
| String Required | ID of the user identity |
| String Optional | Unique key for the user identity |
| String Optional | Unique email address for the user identity |
| String Optional | Unique phone number for the user identity in E.164 format (for example, |
| String Optional | First name of the user associated with the user identity |
| String Optional | Last name of the user associated with the user identity |
| String Required | Date and time at which the user identity was created |
| String Required | ID of the workspace that contains the user identity |
user_identity
Methods
user_identity
MethodsYou can perform the following actions on user_identity
objects:
Last updated