---
title: "Send email verification"
method: POST
path: "/email-password/send-email-verification"
tags: ["Email Password Plugin"]
---

# Send email verification

`POST /email-password/send-email-verification`

Sends a verification email to the authenticated user

## Request body

- SendEmailVerificationRequest
  - `callback_url` string, nullable

## Response `200`

OK

- ChangePasswordResponse
  - `message` string, required

---

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