---
title: "Send a verification e-mail to the user who made the API call"
method: POST
path: "/user-verification/email"
tags: ["User"]
---

# Send a verification e-mail to the user who made the API call

`POST /user-verification/email`

Sends a verification e-mail to the calling user.  The user ID is retrieved from the OAuth token.

## Response `201`

Request submitted successfully

## Other responses

- `401` — User not authenticated
- `403` — User not authorized
- `404` — User metadata not found
- `default` — Unknown error

---

[API](https://skmtc.dev/mabl/apis/mabl-api.md) · [All operations](https://skmtc.dev/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/213a66c2bc25/schema)
