---
title: "Resend Verification Email"
method: POST
path: "/resend_verification_email"
tags: ["system_users_authentication"]
---

# Resend Verification Email

`POST /resend_verification_email`

Resend verification email to an unverified user.

## Request body

- EmailVerificationRequest
  - `email` string, email, required

## Response `200`

Successful Response

- ResendVerificationEmailResponse

## Other responses

- `422` — Validation Error

---

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