Get an operator role
x-ms-visibility: "important"
Retrieve an operator role by its ID.
Path Parameters
id int64 required
The ID of the operator role to retrieve.
Responses
- 200
- 401
- 404
The operator role details.
application/json
Schema
Example (from schema)
Schema
id int64
name string
permissions int32[]
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
]
{
"id": 0,
"name": "string",
"permissions": [
0
]
}
User not authorized.
The requested operator role does not exist.
Loading...