post https://{hostname}/identity-management/v3/user-admin/groups/move
This operation moves a nested group under another group within the same parent hierarchy.
Recipes
Move a group
Open Recipe
Response
204Nested group successfully moved.
This operation moves a nested group under another group within the same parent hierarchy.
204Nested group successfully moved.
xxxxxxxxxx
curl --request POST \
--url https://hostname/identity-management/v3/user-admin/groups/move \
--header 'accept: application/json' \
--header 'content-type: application/json'