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

# POST /rest-auth/password/change/

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

Calls Django Auth SetPasswordForm save method.

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

## Request body

- CustomPasswordChange
  - `old_password` string, required
  - `new_password` string, 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)
