Users > Company

Get current operator company’s members

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.eyJzdWIiOiIxNjM2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg5LCJleHAiOjE3NDAxNDM1ODksImp0aSI6Ijg2ZGZlN2I2LTE0ODgtNDAzOS1hMzZiLTYyY2MyNmJkNjMxYyJ9.0Z2v0zlm3MEdX9_3S7pjeiGlPV5FCQtKn5pCxsdBz-U
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/"5b326b549a24629402bf567348b7c4eb"
cache-control: max-age=0, private, must-revalidate
x-request-id: 83e2acf5-4bda-4a8f-bcc5-0a1cede4ffc3
x-runtime: 0.014004
content-length: 963

Body

{
  "users": [
    {
      "id": 1636,
      "contact_phone_number": null,
      "email": "elwanda.kohler+operator@example.com",
      "first_name": "Elwanda",
      "invitation_status": "accepted",
      "job_position": null,
      "last_name": "Kohler",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1637,
      "contact_phone_number": null,
      "email": "leoma.schiller+operator@example.com",
      "first_name": "Leoma",
      "invitation_status": "accepted",
      "job_position": null,
      "last_name": "Schiller",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1638,
      "contact_phone_number": null,
      "email": "earle.douglas+operator@example.com",
      "first_name": "Earle",
      "invitation_status": "accepted",
      "job_position": null,
      "last_name": "Douglas",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1639,
      "contact_phone_number": null,
      "email": "arnulfo.jaskolski+operator@example.com",
      "first_name": "Arnulfo",
      "invitation_status": "accepted",
      "job_position": null,
      "last_name": "Jaskolski",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    }
  ]
}