Merge two organizations
PUT {{baseUrl}}/organizations/:id/merge
Merges an organization with another organization. For more information, see the tutorial for merging two organizations.
Request Body
{"merge_with_id"=>"<integer>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":true,"data":{"id":123}}