Merge Org

merge two orgs together

Request
Security:
vc-security
Request Body schema: application/json
srcOrgId
string
dstOrgId
string
orgPaths
Array of strings
types
Array of strings
operation
string (OrgMergeOperation)
Enum: "MERGE" "REPARENT"
Responses
200

OK

400

Invalid parameters provided.

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/orgMerge
Request samples
application/json
{
  • "srcOrgId": "string",
  • "dstOrgId": "string",
  • "orgPaths": [
    ],
  • "types": [
    ],
  • "operation": "MERGE"
}
Response samples
application/json
{
  • "message": "Error searching orgs",
  • "status": 502,
  • "error": "Bad Gateway",
  • "timestamp": "2023-12-13T19:02:31.5897497",
  • "path": "/org-service/v1"
}