Browse documentation
Operators

List Operators

get/v1/operators

Active tenant operators available to assignment controls.

Authentication

Send your tenant secret key as a Bearer token. Keep secret keys on your server; never ship them in browser or mobile code.

Example request

cURL
curl --request GET \
  --url 'https://api.fideralabs.com/v1/operators' \
  --header 'Authorization: Bearer $FIDERA_API_KEY'

Responses

200Successful Response
items
OperatorOut[]required

No additional field description.

application/json
{
  "items": [
    {
      "id": "00000000-0000-0000-0000-000000000000",
      "name": "string",
      "role": "string"
    }
  ]
}
422Validation Error
detail
ValidationError[]

No additional field description.

Operation ID

list_operators_v1_operators_get