---
title: "POST /api/user/send-reset-password-email/"
method: POST
path: "/api/user/send-reset-password-email/"
tags: ["User"]
---

# POST /api/user/send-reset-password-email/

`POST /api/user/send-reset-password-email/`

Sends an email containing the password reset link to the email address of the user. This will only be done if a user is found with the given email address. The endpoint will not fail if the email address is not found. The link is going to the valid for 2 hours.

## Request body

- SendResetPasswordEmailBodyValidation
  - `email` string, email, required — The email address of the user that has requested a password reset.
  - `base_url` string, uri, required — The base URL where the user can reset his password. The reset token is going to be appended to the base_url (base_url '/token').

## Response `204`

No response body

## Other responses

- `400`

---

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