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:
user_identity_id
String Required
ID of the user identity
user_identity_key
String Optional
Unique key for the user identity
email_address
String Optional
Unique email address for the user identity
phone_number
String Optional
Unique phone number for the user identity in E.164 format (for example, +15555550100
)
first_name
String Optional
First name of the user associated with the user identity
last_name
String Optional
Last name of the user associated with the user identity
created_at
String Required
Date and time at which the user identity was created
user_identity
Methods
user_identity
MethodsYou can perform the following actions on user_identity
objects:
Last updated
Was this helpful?