---
title: "Resend Email"
method: POST
path: "/user/resend-email"
---

# Resend Email

`POST /user/resend-email`

Resend an Email to verify the email address of a user. 

**Please note that on the sandbox environment, no emails and SMS are sent, the default verification code to complete email and mobile verification on the sandbox is `123456`.**

## Headers

- `api-key` string, required
- `Authorization` string, required

## Request body

- object
  - `userId` string, required — The unique ID of your user returned on the "Create user" endpoint

## Response `200`

200

## Other responses

- `400` — 400
- `409` — 409

---

[API](https://skmtc.net/striga/apis/striga-v1.md) · [All operations](https://skmtc.net/striga/apis/striga-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/striga/striga-v1/versions/63e57aa7df45/schema)
