Bulk move groups

Bulk move groups in the organization.

SecuritybearerAuth
Request
Request Body schema: application/json
op
required
string

It should be replace keyword always.

path
required
string

Id of the moving group followed by parentId keyword.

value
required
string

Id of the parent group followed by Id keyword.

Responses
200

Ok

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

post/groups/bulkMove
Request samples
application/json
{
  • "op": "replace",
  • "path": "880e70d8-aaf8-18aa-7ab0-6533d8f1c360/parentId",
  • "value": "780e70d8-aaf8-18aa-7ab0-6533d8f1c390/Id"
}
Response samples
application/json
{
  • "MovedGroups": [
    ],
  • "UnmovedGroups": [
    ]
}