Users

Users list

GET users

Endpoint

GET api/v1/users

Request

Route

GET api/v1/users

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxOTUxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzMDIyMjM3LCJleHAiOjE3NjU2MTQyMzcsImp0aSI6ImUxMDY0NDM4LWYwMWMtNDg3MC05ZWQ4LTVkOWZjYjJiYTg5ZCJ9.Xb3vm7hrLQDaX7CWUss_daCHVkb7WhRYWcaxNG4hQr4
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: 8
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"609f0b9b7fef508da8d7730e5651ae0f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6f5e56c3-e9f6-416c-a5ed-6c84c5c04efc
x-runtime: 0.031449
content-length: 2359

Body

{
  "users": [
    {
      "id": 1951,
      "email": "azzie.o'hara+admin@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Azzie",
      "last_name": "O'Hara",
      "phone_number": null,
      "profile_id": null,
      "role": "admin"
    },
    {
      "id": 1952,
      "company": {
        "id": 736,
        "address": "Suite 730 65783 Sporer Trail, Padbergside, NM WW1M 2SL",
        "country": "GBR",
        "currency": "GBP",
        "license_number": "6768716307",
        "name": "Barton Inc",
        "state": "verified"
      },
      "contact_phone_number": null,
      "email": "ashely.fadel+operator@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Ashely",
      "job_position": null,
      "last_name": "Fadel",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1953,
      "company": {
        "id": 737,
        "address": "937 Serita Extensions, South Julesside, ME YB1 1AB",
        "country": "GBR",
        "currency": "GBP",
        "license_number": "3903035888",
        "name": "Cole Group",
        "state": "verified"
      },
      "contact_phone_number": null,
      "email": "flor.farrell+operator@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Flor",
      "job_position": null,
      "last_name": "Farrell",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1954,
      "email": "normand.parisian+financial_admin@example.com",
      "financial_company": {
        "id": 5,
        "name": "qui"
      },
      "financial_company_id": 5,
      "first_name": "Normand",
      "last_name": "Parisian",
      "phone_number": null,
      "profile_id": null,
      "role": "financial_admin"
    },
    {
      "id": 1955,
      "email": "lillia.schroeder+financial_admin@example.com",
      "financial_company": {
        "id": 6,
        "name": "distinctio"
      },
      "financial_company_id": 6,
      "first_name": "Lillia",
      "last_name": "Schroeder",
      "phone_number": null,
      "profile_id": null,
      "role": "financial_admin"
    },
    {
      "id": 1956,
      "email": "latoria.roob+driver@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Latoria",
      "last_name": "Roob",
      "phone_number": null,
      "profile_id": null,
      "referral_code": "979878",
      "role": "driver"
    },
    {
      "id": 1957,
      "company": null,
      "contact_phone_number": null,
      "email": "anisa.schuppe+operator@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Anisa",
      "job_position": null,
      "last_name": "Schuppe",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    },
    {
      "id": 1958,
      "company": null,
      "contact_phone_number": null,
      "email": "dorsey.cole+operator@example.com",
      "financial_company": null,
      "financial_company_id": null,
      "first_name": "Dorsey",
      "job_position": null,
      "last_name": "Cole",
      "phone_number": null,
      "profile_id": null,
      "role": "operator"
    }
  ]
}