Get the current operator
x-ms-visibility: "important"
Get the operator based on the current user.
Responses
- 200
- 400
- 401
Operator matching the given identifier
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
id string
name string
email string
homeSiteId int64 nullable
homeSiteName string
permissions string[]
assignedPermissions string[]
roles object[]
id int64
name string
permissions int32[]
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 10
, 11
, 12
, 13
, 14
, 15
]
signInTypes string[]
{
"id": "string",
"name": "string",
"email": "string",
"homeSiteId": 0,
"homeSiteName": "string",
"permissions": [
"string"
],
"assignedPermissions": [
"string"
],
"roles": [
{
"id": 0,
"name": "string",
"permissions": [
0
]
}
],
"signInTypes": [
"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...