---
title: "Merge Person"
method: POST
path: "/tree/persons/{pid}/merges/{dpid}"
tags: ["Persons"]
---

# Merge Person

`POST /tree/persons/{pid}/merges/{dpid}`

This method performs a person merge as specified by a Person ID (survivor) and Duplicate Person ID along with the list of resources to be merged. All resources from the survivor person that need to be deleted must be specified. All resources that should be copied from the duplicate person to the survivor must be specified. If a resource is copied and a resource of the same type already exists on the survivor then that resource must be deleted from the survivor.

## Path parameters

- `pid` string, required
- `dpid` string, required

## Headers

- `Content-Type` 'application/x-fs-v1+json' | 'application/x-fs-v1+xml', required
- `reason` string

## Response `204`

The update was successful.

## Other responses

- `404` — If the requested resource is not found.
- `429` — If the request has been throttled.

---

[API](https://skmtc.net/familysearch/apis/authentication-endpoints.md) · [All operations](https://skmtc.net/familysearch/apis/authentication-endpoints/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/familysearch/authentication-endpoints/revisions/2b5020574a62/schema)
