---
title: "Send an email verification link"
method: POST
path: "/v1/users/{id}/send_verification_email"
tags: ["User"]
---

# Send an email verification link

`POST /v1/users/{id}/send_verification_email`

Generates a Firebase email-verification link for the user and emails it.
Rate-limited to 1 request per minute. Returns `{ success: true }` on success,
or `422` if the verification link could not be generated.

## Path parameters

- `id` string, required

## Parameters

- `#/paths/~1v1~1users/get/parameters/0` — unresolved $ref

## Response `200`

Verification email queued.

- object
  - `success` boolean

## Other responses

- `401` — Unauthorized
- `404` — User not found
- `422` — Failed to generate verification link.

---

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