---
title: "List users belonging to your account."
method: GET
path: "/v1/users"
tags: ["users"]
---

# List users belonging to your account.

`GET /v1/users`

Returns all Cabify users associated with your account.

## Response `200`

Users retrieved successfully.

- User[]
  - `id` string — Unique identifier of the Cabify user.
  - `name` string — Full name of the Cabify user.
  - `email` string — Email address of the Cabify user.
  - `payment_method_available` boolean — Whether the user has a valid payment method configured.

## Other responses

- `401` — Unauthorized. Missing or invalid authentication token.
- `404` — No users found for this client.
- `500` — An unexpected server error occurred.
- `503` — The service is temporarily unavailable. Please try again later.

---

[API](https://skmtc.dev/cabify/apis/ride-hailing-api.md) · [All operations](https://skmtc.dev/cabify/apis/ride-hailing-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cabify/ride-hailing-api/revisions/8da1cb1270df/schema)
