Skip to main content

Get Operator Roles

x-ms-visibility: "important"

Retrieve a paginated list of operator roles.

Query Parameters
    page int32

    Page number to fetch. Default: 1

    limit int32

    Number of records per page. Max: 100. Default: 100.

    sortKey string

    Field to sort by. Default: 'Id'

    sortDescending boolean

    Set to 'true' to sort in descending order. Default: 'false'

    search string

    Search for operator roles by name.

Responses

List of operator roles.


Schema
    page int32
    limit int32
    totalRecords int32
    hasNextPage boolean
    hasPreviousPage boolean
    items object[]
  • Array [
  • 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]

  • ]
Loading...