Merge User Identities
Merges one or more user identities into a primary user identity, for when the same person ended up with more than one user identity.
The primary user identity takes on any email address or phone number it was missing from the user identities merged into it, and the merged user identities are then deleted. Their IDs and keys keep working: looking one up returns the primary user identity, and they are listed on it as merged_user_identity_ids and merged_user_identity_keys.
Access grants, access system users, client sessions and other resources belonging to the merged user identities are moved to the primary user identity.
Identify the user identities either by ID or by key, but not both in the same request. Repeating a merge that has already been applied makes no further changes.
You must include at least one request parameter.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
Response
OK
The response is of type object.