Create a User Identity
Create a new user identity
Creates a new user identity.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
user_identity_keystring · min: 1 · nullableOptional
Unique key for the new user identity.
email_addressstring · email · nullableOptional
Unique email address for the new user identity.
phone_numberstring · nullableOptional
Unique phone number for the new user identity in E.164 format (for example, +15555550100).
full_namestring · min: 1 · nullableOptional
Full name of the user associated with the new user identity.
acs_system_idsstring · uuid[]Optional
List of access system IDs to associate with the new user identity through access system users. If there's no user with the same email address or phone number in the specified access systems, a new access system user is created. If there is an existing user with the same email or phone number in the specified access systems, the user is linked to the user identity.
Responses
200
OK
application/json
400
Bad Request
401
Unauthorized
post
/user_identities/createRequest
Request Body Parameters
Parameter
Type
Description
Sample Request
Response
Property
Description
Sample Response
Last updated
Was this helpful?

