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
merged_user_identity_ids
string<uuid>[]
required

IDs of the user identities to merge into the primary user identity. These user identities are deleted.

Required array length: 1 - 20 elements
user_identity_id
string<uuid>
required

ID of the primary user identity to keep.

Response

OK

The response is of type object.