---
title: "Send verification email"
method: POST
path: "/user/email/send-verification-email"
tags: ["user"]
---

# Send verification email

`POST /user/email/send-verification-email`

Send an email verification link to the specified email address. Used to verify email addresses for new accounts or email changes.

## Request body

- UserEmailSendVerificationEmailRequest
  - `email` string, email, required — A valid email
  - `options` OptionsRedirectTo
    - `redirectTo` string, uri
  - `codeChallenge` string — PKCE code challenge (S256). When provided, the verification redirect will contain an authorization code instead of a refresh token.

## Response `200`

Email verification email sent successfully

- 'OK'

## Other responses

- `default` — An error occurred while processing the request

---

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