Search OrgMerge on Criteria

pass in OrgMergeCriteria requestbody and responses with a list of org-merges

Request
Security:
vc-security
Request Body schema: application/json
sourceOrgId
string
destinationOrgId
string
operation
string (OrgMergeOperation)
Enum: "MERGE" "REPARENT"
Responses
200

OK

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/searchOrgMergeAudit
Request samples
application/json
{
  • "sourceOrgId": "string",
  • "destinationOrgId": "string",
  • "operation": "MERGE"
}
Response samples
application/json
[
  • {
    }
]