---
title: "Public user email check"
method: POST
path: "/user/check-email"
tags: ["User Check Email"]
---

# Public user email check

`POST /user/check-email`

## Request body

- UserCheckEmailCreate
  - `sEmailAddress` string, required
  - `sResponseToken` string, required
  - `sType` 'agency_group_registration'
  - `sTypeId` string

## Response `200`

User check email.

- UserCheckEmailReturn
  - `status` string, required

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameters.
- `409` — Conflict Error. This happens when the email is duplicate
- `default` — unexpected error

---

[API](https://skmtc.dev/staffshift/apis/staffshift-api-gateway.md) · [All operations](https://skmtc.dev/staffshift/apis/staffshift-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/staffshift/staffshift-api-gateway/revisions/6e2cb83db3a9/schema)
