provider Organizations PUT /organizations/{id}/merge
@utdk/pipedrive /organizations/{id}/merge
Merge two organizations
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>.
id path required
The ID of the organization
integer

Try it

Authentication
Configure credentials for Pipedrive API v1
mergeorganizations
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>.

Parameters

required

The ID of the organization

Input

required

The ID of the organization that the organization will be merged with

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.mergeorganizations()