List company operators
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.eyJzdWIiOiIxNTEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxNzIsImV4cCI6MTc1NTg1ODE3MiwianRpIjoiZDAyYjc3MGMtYzFlYi00OWMzLWFhYzktYjBmMWYzMzdmMGRkIn0.0yvQ-NelvNykZfODIWttPzotTp753lm6RT3lvvDEfJo
Host: example.org
Cookie:
Query Parameters
{}=
Body
{
}
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/"b53756f174eaebb692b68bccea95c540"
cache-control: max-age=0, private, must-revalidate
x-request-id: d74c4b86-efd4-4b9f-98dd-4830d79d1a94
x-runtime: 0.016523
content-length: 251
Body
{
"company_operators": [
{
"id": 40,
"contact_phone_number": null,
"created_at": "2025-07-23",
"job_position": null,
"operator": {
"id": 150,
"active": true,
"admin": false,
"contact_phone_number": null,
"image": null,
"invitation_status": "accepted",
"title": "Arthur Ward"
}
}
]
}