Get User Group (Deprecated)
deprecated
This endpoint has been deprecated and may be removed in future versions of the API.
This operation returns a list of user groups.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- User Group
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringuserGroups object[]
userGroupEntity object
userGroupId integeruserGroupName string
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"userGroups": [
{
"userGroupEntity": {
"userGroupId": 0,
"userGroupName": "string"
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"userGroups": [
{
"userGroupEntity": {
"userGroupId": 1,
"userGroupName": "master"
}
},
{
"userGroupEntity": {
"userGroupId": 3,
"userGroupName": "View All"
}
}
]
}
Loading...