---
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.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
