---
title: "Restarts the activation flow for a new user"
method: POST
path: "/users/reactivate"
tags: ["User"]
---

# Restarts the activation flow for a new user

`POST /users/reactivate`

Used to reactivate a user who lost a previous activation email/token

## Request body

- ReactivateUserRequest
  - `email` string, required — The user's E-Mail address

## Response `202`

User reactivated

## Other responses

- `400` — Invalid or missing parameter
- `default` — Unknown error

---

[API](https://skmtc.net/mabl/apis/mabl-api.md) · [All operations](https://skmtc.net/mabl/apis/mabl-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mabl/mabl-api/revisions/d0fc0114da66/schema)
