---
title: "Confirm password change"
method: POST
path: "/auth/users/reset_password_confirm/"
tags: ["Auth"]
---

# Confirm password change

`POST /auth/users/reset_password_confirm/`

Confirm your new password with the uid and token send to the user

## Request body

- UserConfirmResetPassword
  - `uid` string, required — uid present in the link
  - `token` string, required — token present in the link
  - `new_password` string, password, required — User new password
  - `re_new_password` string, password, required — Repeat user new password

## Response `204`

Recover suscessfully

---

[API](https://skmtc.dev/lesspass/apis/lesspass-server-api.md) · [All operations](https://skmtc.dev/lesspass/apis/lesspass-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/lesspass/lesspass-server-api/revisions/e750f899542c/schema)
