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

# Calls Django Auth SetPasswordForm save method.

`POST /rest-auth/password/change/`

Accepts the following POST parameters: new_password1, new_password2
Returns the success/fail message.

## Request body

- PasswordChange
  - `new_password1` string, required
  - `new_password2` string, required

## Response `201`

Created

- PasswordChange
  - `new_password1` string, required
  - `new_password2` string, 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)
