---
title: "Start Email Magic Link Enrollment"
method: POST
path: "/user-authenticators/email-magic-link"
tags: ["Email Magic Link"]
---

# Start Email Magic Link Enrollment

`POST /user-authenticators/email-magic-link`

Start a challenge to enroll a new email magic link authenticator for a given email.

## Request body

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

## Response `200`

OK

- object
  - `challengeId` string — The ID of the challenge. Pass this ID back to check if the user has clicked on the magic link and finalize the challenge.
  - `userAuthenticatorId` string — The ID of the email 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.net/authsignal/apis/call-connect-api.md) · [All operations](https://skmtc.net/authsignal/apis/call-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/authsignal/call-connect-api/versions/5604d744e3ad/schema)
