---
title: "POST /core/users/{id}/recovery_email/"
method: POST
path: "/core/users/{id}/recovery_email/"
tags: ["core"]
---

# POST /core/users/{id}/recovery_email/

`POST /core/users/{id}/recovery_email/`

Send an email with a temporary link that a user can use to recover their account

## Path parameters

- `id` integer, required

## Request body

- UserRecoveryEmailRequest — Payload to create and email a recovery link
  - `token_duration` string
  - `email_stage` string, uuid, required

## Response `204`

Successfully sent recover email

## Other responses

- `400`
- `403`

---

[API](https://skmtc.dev/goauthentik/apis/authentik.md) · [All operations](https://skmtc.dev/goauthentik/apis/authentik/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goauthentik/authentik/revisions/4e42e86021d7/schema)
