Create a User Identity
Creates a new user identity.
Code
Specify one or more of the unique user_identity_key
, email_address
, or phone_number
. You can also specify the full_name
of the user associated with the user_identity
.
Output
Request Parameters
acs_system_ids
Array of UUIDs
List of ACS system IDs to associate with the user identity through ACS users. If there's no user with the same email address or phone number in the specified ACS systems, a new ACS user is created. If there is an existing user with the same email or phone number in the specified ACS systems, the user is linked to the user identity.
email_address
String
Unique email address for the user identity.
full_name
String
Full name of the user associated with the user identity.
phone_number
String
Unique phone number for the user identity in E.164 format (for example, +15555550100).
user_identity_key
String
Unique key for the user identity.
Response
Examples
Last updated
Was this helpful?