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

# Get User by email

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

Gets a User by email

## Path parameters

- `email` string, email, 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)
