Merge User Profiles

API to merge two user profiles to resolve duplicate user records.

post/v1/user/{distinct_id}/merge/

Path parameters

distinct_idstring required

Unique identifier of primary user

Request body

from_user_idstring

Unique identifier of secondary user whose profile needs to be merged into primary user.

Response

201 - Created

object required

user object of the primary user after the merge.

Changes

No recorded changes to this endpoint across all 7 revisions of this API.