---
title: "Merge two organizations"
method: PUT
path: "/organizations/{id}/merge"
tags: ["Organizations"]
---

# Merge two organizations

`PUT /organizations/{id}/merge`

Merges an organization with another organization. For more information, see the tutorial for <a href="https://pipedrive.readme.io/docs/merging-two-organizations" target="_blank" rel="noopener noreferrer">merging two organizations</a>.

## Path parameters

- `id` integer, required

## Request body

- object
  - `merge_with_id` integer, required — The ID of the organization that the organization will be merged with

## Response `200`

Success

- object
  - `success` boolean — If the request was successful or not
  - `data` object
    - `id` integer — The ID of the merged organization

---

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