---
title: "Send Verification Email"
method: POST
path: "/api/v1/auth/verification-email"
tags: ["auth"]
---

# Send Verification Email

`POST /api/v1/auth/verification-email`

Creates a job to send a verification email (only for users that have not verified their email yet) whose status can be retrieved using the `GET /auth/jobs/{job_id}` endpoint

## Request body

- SendVerificationEmailCommand
  - `email` string, email, required

## Response `200`

Email sent successfully

- SendVerificationEmailResponse
  - `jobId` string, required
  - `jobStatus` string, required

## Other responses

- `400` — Bad Request
- `422` — Validation Error
- `500` — Internal server error

---

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