---
title: "Calls Django Auth PasswordResetForm save method."
method: POST
path: "/rest-auth/password/reset/"
tags: ["rest-auth"]
---

# Calls Django Auth PasswordResetForm save method.

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

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

## Request body

- PasswordReset
  - `email` string, email, required

## Response `201`

Created

- PasswordReset
  - `email` string, email, required

---

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