---
title: "Get User by ID"
method: GET
path: "/api/v4/users/{id}"
tags: ["Users"]
---

# Get User by ID

`GET /api/v4/users/{id}`

Get User by id

## Path parameters

- `id` string, required

## Response `200`

Success

- User — A Cabify user associated with a client account.
  - `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

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found
- `500` — Internal server error

---

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