Company Operators

List company operators

GET company operators(admin)

Endpoint

GET /api/v1/companies/:company_id/company_operators

Request

Route

GET /api/v1/companies/40/company_operators

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MDgsImV4cCI6MTc0NTA1NjkwOCwianRpIjoiZTE2M2U1MDEtODhkZC00NzkwLTg4NDAtN2ZjNDljNzkwNjc2In0.pAWv2b-GgSX1bFdBWqRiwNEPrEwuXrScrJ5RXfuoeTg
Host: example.org
Cookie: 

Query Parameters

{}=

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 1
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"2203040250ab787caef4a8801c729b42"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7929d4b7-7b7c-4221-ab27-09d0dab2de2b
x-runtime: 0.010708
content-length: 254

Body

{
  "company_operators": [
    {
      "id": 40,
      "contact_phone_number": null,
      "created_at": "2025-03-20",
      "job_position": null,
      "operator": {
        "id": 150,
        "active": false,
        "admin": false,
        "contact_phone_number": null,
        "image": null,
        "invitation_status": "accepted",
        "title": "Sadye Schaden"
      }
    }
  ]
}