Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Merge two organizations

Merges an organization with another organization. For more information, see the tutorial for merging two organizations.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the organization required: - id data: title: mergeOrganizationsRequest type: object required: - merge_with_id properties: merge_with_id: type: integer description: The ID of the organization that the organization will be merged with

Output

title: mergeOrganizationsResponse200 type: object properties: success: type: boolean description: If the request was successful or not data: type: object properties: id: type: integer description: The ID of the merged organization