Get UserGroups
Get a list of existing user groups.
Header Parameters
- mode
Possible values: [
EdgeMode
]
Responses
- 200
- 404
Success
Response Headers
- application/json
- Schema
- Example (from schema)
Schema
userGroups object[]
id int32User group id
name stringuser group name
GUID stringglobally unique identifier for user group
serviceType stringPossible values: [
UNKNOWN
,COMMSERVE
,ACTIVE_DIRECTORY
,DOMINO_DIRECTORTY_SERVICE
,HOSTED_EXCHANGE
,ORGANIZATIONS
,DUMMY_DOMAIN
]The values that are returned by serviceType are- 0(unknown),1(commserver users),2(Active directory users),3(domino directory service users),4(hosted exchange users),5(company users),12(dummy domain users)
description stringenabled booleanreturns if the user group is enabled or disabled
allowMultipleCompanyMembers booleanThis property denotes that addition of users/groups from child companies is allowed. Only applicable for commcell and reseller company group.
company object
id int32name stringcommcell object
name stringName of the commcell the entity belongs to.
users object[]
id int32name string
{
"userGroups": [
{
"id": 0,
"name": "string",
"GUID": "string",
"serviceType": "UNKNOWN",
"description": "string",
"enabled": true,
"allowMultipleCompanyMembers": true,
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"name": "string"
},
"users": [
{
"id": 0,
"name": "string"
}
]
}
]
}
Requested Details not found
Loading...