Get available permissions for operators
x-ms-visibility: "important"
Get a list of all permissions available for operators. Permissions aren't related to any specific operators, but are a generic list of all available permissions described and used in the system.
Responses
- 200
- 400
- 401
List of all permissions available in the system.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorised
Loading...