Users list
Users
GET users
Endpoint
GET api/v1/users
Request
Route
GET api/v1/users
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxOTU1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2NDE2LCJleHAiOjE3NjYyMTg0MTYsImp0aSI6ImIyZTAyNWZiLWUyZjgtNDk4Mi1hMDRhLThhMmU5MzU1ZWZlOCJ9.YzOwafrBZ65roucG0S_2lsc00v7waZYPhoH5Zh8nfjg
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/"5ff97f583ac1578d84b109f45b3b814f"
cache-control: max-age=0, private, must-revalidate
x-request-id: 2366eed4-d191-4c48-8c21-beeab36abc21
x-runtime: 0.020145
content-length: 2382
Body
{
"users": [
{
"id": 1955,
"email": "lasandra.dickens+admin@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Lasandra",
"last_name": "Dickens",
"phone_number": null,
"profile_id": null,
"role": "admin"
},
{
"id": 1956,
"company": {
"id": 736,
"address": "75350 Leffler Fork, Bergeland, OK Y8 7NB",
"country": "GBR",
"currency": "GBP",
"license_number": "8701131069",
"name": "Hand Group",
"state": "verified"
},
"contact_phone_number": null,
"email": "raul.barton+operator@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Raul",
"job_position": null,
"last_name": "Barton",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1957,
"company": {
"id": 737,
"address": "Apt. 232 83940 Purdy Cape, West Carson, KY W4 2JB",
"country": "GBR",
"currency": "GBP",
"license_number": "1019426420",
"name": "Pollich, Casper and Runolfsson",
"state": "verified"
},
"contact_phone_number": null,
"email": "rod.pouros+operator@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Rod",
"job_position": null,
"last_name": "Pouros",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1958,
"email": "alvaro.hauck+financial_admin@example.com",
"financial_company": {
"id": 11,
"name": "qui"
},
"financial_company_id": 11,
"first_name": "Alvaro",
"last_name": "Hauck",
"phone_number": null,
"profile_id": null,
"role": "financial_admin"
},
{
"id": 1959,
"email": "landon.reynolds+financial_admin@example.com",
"financial_company": {
"id": 12,
"name": "aspernatur"
},
"financial_company_id": 12,
"first_name": "Landon",
"last_name": "Reynolds",
"phone_number": null,
"profile_id": null,
"role": "financial_admin"
},
{
"id": 1960,
"email": "renaldo.gutmann+driver@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Renaldo",
"last_name": "Gutmann",
"phone_number": null,
"profile_id": null,
"referral_code": "976399",
"role": "driver"
},
{
"id": 1961,
"company": null,
"contact_phone_number": null,
"email": "barney.herman+operator@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Barney",
"job_position": null,
"last_name": "Herman",
"phone_number": null,
"profile_id": null,
"role": "operator"
},
{
"id": 1962,
"company": null,
"contact_phone_number": null,
"email": "nichelle.runolfsson+operator@example.com",
"financial_company": null,
"financial_company_id": null,
"first_name": "Nichelle",
"job_position": null,
"last_name": "Runolfsson",
"phone_number": null,
"profile_id": null,
"role": "operator"
}
]
}