Get a list of all the roles
Select
SaaS
Customer Managed
Get a list of all the roles
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
roles object[]
List of all the existing roles
id int32id of the role.
name stringname of the role.
status stringPossible values: [
ENABLED
,DISABLED
]Specifies whether the role has been enabled or disabled.
company object
id int32name stringcommcell object
name stringName of the commcell the entity belongs to.
globalConfigInfo object
Only applicable on Global CommCells
id stringname stringcommcells object[]
List of Service CommCells where the global configuration is applied
id int32name stringguid stringscope stringThe entity level at which the config is applied.
scopeFilterQuery stringCommCellEntityCache filter query string used for filtering the scope
applyOnAllCommCells booleanDecides whether the global configuration should be applied to all the Service commcells, including the newly created ones
isMarkedForDeletion booleanIndicates whether global configuration deletion has been started.
status string
{
"roles": [
{
"id": 0,
"name": "string",
"status": "ENABLED",
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"name": "string"
},
"globalConfigInfo": {
"id": "string",
"name": "string",
"commcells": [
{
"id": 0,
"name": "string",
"guid": "string"
}
],
"scope": "string",
"scopeFilterQuery": "string",
"applyOnAllCommCells": true,
"isMarkedForDeletion": true,
"status": "string"
}
}
]
}
Requested Details not found
Loading...