Get the current operator
x-ms-visibility: "important"
Get the operator based on the current user.
Responses
- 200
- 400
- 401
- 500
Operator matching the given identifier
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
id string
name string
email string
homeSiteId int64 nullable
homeSiteName string
permissions string[]
assignedPermissions string[]
roles object[]
id int64
name string
permissions string[]
Possible values: [SystemAdmin, GlobalAdmin, SiteAdmin, ReadTariffs, WriteTariffs, ReadChargers, WriteChargers, ReadSites, WriteSites, OperateChargers, UpdateChargerFirmware, ReadDrivers, WriteDrivers, ReadSessions, ReadTags, WriteTags, ReadPaymentTerminals, WritePaymentTerminals, ReadIntegrations, WriteIntegrations, ReadBilling, WriteBilling, ReadInvoicing, ReadDLM, WriteDLM, ReadExpress, WriteExpress]
signInTypes object[]
name string
type string
id int64 nullable
{
"id": "string",
"name": "string",
"email": "string",
"homeSiteId": 0,
"homeSiteName": "string",
"permissions": [
"string"
],
"assignedPermissions": [
"string"
],
"roles": [
{
"id": 0,
"name": "string",
"permissions": [
"SystemAdmin"
]
}
],
"signInTypes": [
{
"name": "string",
"type": "string",
"id": 0
}
]
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...