v2

latestOpenAPI 3.1.12026-07-2613060964.2 KB

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.