Get current operator company’s members
Users > Company
GET company members
Endpoint
GET /api/v1/users/company/members
Request
Route
GET /api/v1/users/company/members
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjY3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQ4LCJleHAiOjE3NDUwNTY5NDgsImp0aSI6IjhkMjVmZjcxLTM2OGYtNGRiZS05ODUxLTFiMGIzMmVjOThiNiJ9.0td-B2LD_qrkosRGaojrIHxpmOUAXWLAf5YKOBEbTrM
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: 4
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"57da720131e24bf86b4b0a59bfa0f929"
cache-control: max-age=0, private, must-revalidate
x-request-id: ccc09a6a-af87-46c4-b495-fd1dbc34ebe6
x-runtime: 0.012535
content-length: 955
Body
{
"users": [
{
"id": 1668,
"contact_phone_number": null,
"email": "samatha.glover+operator@example.com",
"first_name": "Samatha",
"invitation_status": "accepted",
"job_position": null,
"last_name": "Glover",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1669,
"contact_phone_number": null,
"email": "katie.bogisich+operator@example.com",
"first_name": "Katie",
"invitation_status": "accepted",
"job_position": null,
"last_name": "Bogisich",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1670,
"contact_phone_number": null,
"email": "vicente.hudson+operator@example.com",
"first_name": "Vicente",
"invitation_status": "accepted",
"job_position": null,
"last_name": "Hudson",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1667,
"contact_phone_number": null,
"email": "corrin.ratke+operator@example.com",
"first_name": "Corrin",
"invitation_status": "accepted",
"job_position": null,
"last_name": "Ratke",
"phone_number": null,
"profile_id": null,
"role": "operator"
}
]
}