v29

latestOpenAPI 3.0.3raw.githubusercontent.com2026-05-13511526891.2 KB
Organizations

Merge Organization With Another Organization

Merges two organizations by moving all users, tickets, and domain names from the organization specified by {organization_id} to the organization specified by winner_id. After the merge:

  • The "losing" organization will be deleted.
  • Other organization fields and their values will not be carried over to the "winning" organization.
  • The merge operation creates an Organization Merge record which contains a status indicating the progress of the merge.

Note: This operation is irreversible.

Merge Statuses

StatusDescription
newA job has been queued to merge the two organizations.
in progressThe job to merge the two organizations has started.
errorAn error occurred during the merge job. The merge can be retried by repeating the API call.
completeThe merge has been completed successfully.

Allowed For

  • Admins
post/api/v2/organizations/{organization_id}/merge

Request body

Response

Success response