---
title: "Merge an account into a person"
description: "Declare that this account and another person are the same human, for your workspace only. Their mentions, tags, notes and outreach activities combine under the person named by `into`, which keeps its owner and stage unless it had none."
canonical: https://docs.mentio.dev/api/people/merge-people
markdown: https://docs.mentio.dev/api/people/merge-people.mdx
---

# Merge an account into a person

`POST /v1/people/{id}/merge`

Declare that this account and another person are the same human, for your workspace only. Their mentions, tags, notes and outreach activities combine under the person named by `into`, which keeps its owner and stage unless it had none.

## Parameters

- `id` (path, required): Person id (aut_...).

## Body

- `into` (required): The person to fold this account into (their id).

## Responses

- 200: The person this account now belongs to
- 401: Missing or invalid API key
- 404: Either side is unknown to your workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
