Skip to main content
POST

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
user_identity_id
string<uuid>
required

ID of the user identity that you want to update.

email_address
string<email> | null

Unique email address for the user identity.

full_name
string | null

Full name of the user associated with the user identity.

Minimum string length: 1
phone_number
string | null

Unique phone number for the user identity.

user_identity_key
string | null

Unique key for the user identity.

Minimum string length: 1

Response

OK

The response is of type object.