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.eyJzdWIiOiIxNTEiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0MzUsImV4cCI6MTc2MzU0MjQzNSwianRpIjoiY2VlMGY3MGYtMWQyYy00YjNmLWI3NTQtODlhYmM2YTgyNmYzIn0.SpwMXO3LaLFKzwQnHIpbdSTXCIpu8BzUj2mcEqlsRXo
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/"9d96142b8f25e5c57155d852582e9d4e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9c090da7-8b44-4344-9e32-2fd03bf603d9
x-runtime: 0.010335
content-length: 256
Body
{
"company_operators": [
{
"id": 40,
"contact_phone_number": null,
"created_at": "2025-10-20",
"job_position": null,
"operator": {
"id": 150,
"active": true,
"admin": false,
"contact_phone_number": null,
"image": null,
"invitation_status": "accepted",
"title": "Clarissa Stanton"
}
}
]
}