User Identities
Last updated
Was this helpful?
Last updated
Was this helpful?
Represents a associated with an application user account.
created_at
Datetime
Date and time at which the user identity was created.
display_name
String
email_address
String
Unique email address for the user identity.
errors
List of Objects
Array of errors associated with the user identity. Each error object within the array contains two fields: "error_code" and "message." "error_code" is a string that uniquely identifies the type of error, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the error, offering insights into the issue and potentially how to rectify it.
full_name
String
phone_number
String
user_identity_id
UUID
ID of the user identity.
user_identity_key
String
Unique key for the user identity.
Array of warnings associated with the user identity. Each warning object within the array contains two fields: "warning_code" and "message." "warning_code" is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. "message" provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it.
The specific structure of each object in this list depends on the value of its warning_code
field.
Variants:
workspace_id
UUID
being_deleted
Indicates that the user identity is currently being deleted.
Unique phone number for the user identity in (for example, +15555550100).
List of Objects
ID of the that contains the user identity.
Adds a specified to a specified .
Creates a new .
Deletes a specified . This deletes the user identity and all associated resources, including any , and .
Generates a new for a specified .
Returns a specified .
Grants a specified access to a specified .
Returns a list of all .
Returns a list of all associated with a specified .
Returns a list of all associated with a specified .
Returns a list of all assigned to a specified .
Removes a specified from a specified .
Revokes access to a specified from a specified .
Updates a specified .