Move a groupAsk AIpost https://{hostname}/identity-management/v3/user-admin/groups/moveThis operation moves a nested group under another group within the same parent hierarchy.Query ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.Body ParamsdestinationGroupIdintegerrequired≥ 0Identifies the group where you want to move the sourceGroupId within the same parent hierarchy. To get this value, run the List groups operation.sourceGroupIdintegerrequired≥ 0Identifies the nested group you want to move to the destinationGroupId. To get this value, run the List groups operation.Response 204Nested group successfully moved.Updated about 1 month ago