POST /api/v2/organizations/{organization_id}/merge

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:

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

Servers

Path parameters

Name Type Required Description
organization_id Integer Yes

The ID of an organization

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
organization_merge Object No
organization_merge.winner_id Integer No

The id of the winning organization.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.