Create an User Group (Deprecated)
Select
SaaS
Customer Managed
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation creates a user group.
- application/json
Request Body
groups object[]
description stringenabled booleansecurityAssociations object
associationsOperationType integerassociations object[]
entities object
entity object[]
clientName stringproperties object
role object
roleName stringuserGroupEntity object
userGroupName stringusers object[]
userName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Create an User Group
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorString stringerrorCode integerentity object
userGroupName stringuserGroupId integer
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorString": "string",
"errorCode": 0,
"entity": {
"userGroupName": "string",
"userGroupId": 0
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorString": "Successful",
"errorCode": 0,
"entity": {
"userGroupName": "Testgroup",
"userGroupId": 9
}
}
]
}
Loading...