---
title: "Merge User Profiles"
method: POST
path: "/v1/user/{distinct_id}/merge/"
---

# Merge User Profiles

`POST /v1/user/{distinct_id}/merge/`

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

## Path parameters

- `distinct_id` string, required

## Request body

- object
  - `from_user_id` string — Unique identifier of secondary user whose profile needs to be merged into primary user.

## Response `201`

201 - Created

- object — user object of the primary user after the merge.

## Other responses

- `404` — 404 - Not Found

---

[API](https://skmtc.net/suprsend/apis/suprsend-api.md) · [All operations](https://skmtc.net/suprsend/apis/suprsend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/suprsend/suprsend-api/versions/8bd2574bd2c3/schema)
