---
title: "Resend Activation"
method: POST
path: "/api/auth/resend-activation"
---

# Resend Activation

`POST /api/auth/resend-activation`

Re-send the activation email if the recipient still has an
inactive account. Anti-enumeration: we ALWAYS return 200 with the
same payload regardless of whether the email is in our DB or
already activated. Otherwise an attacker can probe which emails
are registered by watching the response shape.

## Request body

- ResendActivationIn
  - `email` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/omicos/apis/omicos-server.md) · [All operations](https://skmtc.dev/omicos/apis/omicos-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/omicos/omicos-server/revisions/a00b94573ffe/schema)
