---
title: "Email existence check"
method: GET
path: "/auth/v1/users/check_email"
tags: ["authService"]
---

# Email existence check

`GET /auth/v1/users/check_email`

Email existence check.

## Query parameters

- `email` string

## Response `200`

OK

- object
  - `status` boolean
  - `message` string

## Other responses

- `204` — No Content

---

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