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

# Send verification email

`POST /api/v1/user/send-verify-email/`

Send an email-verification code to the authenticated user.

## Response `200`

The request succeeded.

- object
  - `success` boolean

## Other responses

- `400` — The request is invalid. Check required fields, field formats, and resource ownership.
- `403` — Authentication or authorization failed because the token is missing, invalid, blocked, or not allowed to access the resource.

---

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