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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:true,&quot;data&quot;:{&quot;id&quot;:123}}