---
title: "Resend User Verification Email"
method: POST
path: "/api/platform/users/{user_id}/resend-verification-email"
tags: ["platform"]
---

# Resend User Verification Email

`POST /api/platform/users/{user_id}/resend-verification-email`

Resend the Auth0 email-address verification ("invite") email to a user.

Re-triggers the same native Auth0 verification flow used on user creation
via ``POST /api/v2/jobs/verification-email``. Requires ``editor`` on the
``members-users`` module instance (POST maps to the editor relation on the parent
router gate).

## Path parameters

- `user_id` string, required — Auth0 user id to (re)send the verification email to

## Response `200`

Successful Response

- UserEmailActionResponse — Result of triggering a native Auth0 account email for a single user. Both the "resend invite" (email verification) and "send password reset" actions ask Auth0 to deliver the email through its own standard flow — the dock only kicks it off. The response confirms which user was targeted and carries a short human-readable message the UI can surface as a toast/inline confirmation.
  - `userId` string, required
  - `email` string, nullable
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/gocrisp/apis/crisp-app-dock.md) · [All operations](https://skmtc.dev/gocrisp/apis/crisp-app-dock/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/gocrisp/crisp-app-dock/revisions/e56bd3c1a9db/schema)
