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

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

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

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

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

## Request body

- CustomPasswordResetConfirm
  - `new_password1` string, required
  - `new_password2` string, required
  - `uid` string, required
  - `token` 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/revisions/3429f921b4cb/schema)
