---
title: "Get User By Email"
method: POST
path: "/user/get-by-email"
---

# Get User By Email

`POST /user/get-by-email`

Fetch a user by their email address if it exists. This API returns a 404 if the user does not exist

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `email` string, required — Email address of the user

## Response `200`

200

## Other responses

- `404` — 404

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
