Delete User Group (Deprecated)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation deletes a user group.
Path Parameters
- UserGroupId string required
Query Parameters
- newUserId string
- newUserGroupId string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- User Group Deletion without ownership transfer
- User Group with ownership transfer to new user / User Group/383?new User Id=1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorString stringerrorCode integerentity object
GUID stringuserGroupName stringuserGroupId integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"entity": {
"GUID": "string",
"userGroupName": "string",
"userGroupId": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "Success",
"errorCode": 0,
"entity": {
"GUID": "65F0EAC3-170B-4903-B2F3-3E4EE85EAE3E",
"userGroupName": "NewGroup",
"userGroupId": 378
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "Success",
"errorCode": 0,
"entity": {
"GUID": "BA0A3FD7-C5BF-41A9-8688-79E50FFA4F79",
"userGroupName": "testing",
"userGroupId": 383
}
}
]
}
Loading...