---
title: "POST /rest-auth/password/reset/"
method: POST
path: "/rest-auth/password/reset/"
tags: ["rest_auth", "v1"]
---

# POST /rest-auth/password/reset/

`POST /rest-auth/password/reset/`

Calls Django Auth PasswordResetForm save method.

Accepts the following POST parameters: email
Returns the success/fail message.

## Request body

- CustomPasswordReset
  - `email` string, email, required

## Response `201`

- RestAuthCommonResponse
  - `detail` string, required

---

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