---
title: "POST /users/reactivate"
method: POST
path: "/users/reactivate"
tags: ["users"]
---

# POST /users/reactivate

`POST /users/reactivate`

Reactivate a user. Can be called after calling delete on a user to allow them to access the community again.

## Request body

- object
  - `email` string, email, required — The email of the user to reactivate. If no user with the provided email exists, will return a 404 response.

## Response `200`

Successful response

## Other responses

- `401` — API Key is missing or invalid
- `404` — Could not find the specified user

---

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