Get a list of all the roles
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.
{
"roles": [
{
"id": 0,
"name": "string",
"status": "ENABLED",
"company": {
"id": 0,
"name": "string"
},
"commcell": {
"name": "string"
}
}
]
}
Requested Details not found
Loading...