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

# POST /api/user/reset-password/

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

Changes the password of a user if the reset token is valid. The **send_password_reset_email** endpoint sends an email to the user containing the token. That token can be used to change the password here without providing the old password.

## Request body

- ResetPasswordBodyValidation
  - `token` string, required
  - `password` string, required

## 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)
