---
title: "Password reset e-mail link is confirmed, therefore
this resets the user's password."
method: POST
path: "/rest-auth/password/reset/confirm/"
tags: ["rest-auth"]
---

# Password reset e-mail link is confirmed, therefore
this resets the user's password.

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

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

## Request body

- PasswordResetConfirm
  - `new_password1` string, required
  - `new_password2` string, required
  - `uid` string, required
  - `token` string, required

## Response `201`

Created

- PasswordResetConfirm
  - `new_password1` string, required
  - `new_password2` string, required
  - `uid` string, required
  - `token` 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)
