---
title: "Start Email OTP Enrollment"
method: POST
path: "/user-authenticators/email-otp"
tags: ["Email OTP"]
---

# Start Email OTP Enrollment

`POST /user-authenticators/email-otp`

Start a challenge to enroll a new email OTP authenticator for a given email.

## Request body

- object
  - `email` string, required — The user’s email address.

## Response `200`

OK

- object
  - `userAuthenticatorId` string — The ID of the email OTP authenticator which has been created but not yet verified.
  - `userId` string

## Other responses

- `400` — Invalid Request
- `401` — Unauthorized
- `404` — Not Found
- `429` — Too Many Requests

---

[API](https://skmtc.dev/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.dev/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/revisions/5604d744e3ad/schema)
