---
title: "POST /api/password/reset/confirm/"
method: POST
path: "/api/password/reset/confirm/"
tags: ["password"]
---

# POST /api/password/reset/confirm/

`POST /api/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.

## Headers

- `X-Company` string

## Request body

- PasswordResetConfirm — Serializer for confirming a password reset attempt.
  - `new_password1` string, required
  - `new_password2` string, required
  - `uid` string, required
  - `token` string, required

## Response `200`

- PasswordResetConfirm — Serializer for confirming a password reset attempt.
  - `new_password1` string, required
  - `new_password2` string, required
  - `uid` string, required
  - `token` string, required

---

[API](https://skmtc.net/crewtraka/apis/crewtraka-api.md) · [All operations](https://skmtc.net/crewtraka/apis/crewtraka-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crewtraka/crewtraka-api/revisions/167d661271bb/schema)
