Delete user groups
Select
SaaS
Customer Managed
Delete multiple userGroups
- application/json
Request Body
userGroups object[]
List of userGroups that have to be deleted. Either name or id can be provided. If name and id are both provided, id will be taken into consideration.
skipOwnerTransfer booleannewUser object
id int32name stringnewUserGroup object
id int32name stringuserGroup object
id int32name string
Responses
- 200
- 400
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
- errorMessage string
- errorCode int32
{
"errorMessage": "string",
"errorCode": 0
}
Bad Request
Requested Details not found
Loading...