---
title: "Complete password reset"
method: POST
path: "/users/complete-reset"
tags: ["Users"]
---

# Complete password reset

`POST /users/complete-reset`

Completes the password reset process with a new password.

## Request body

- object
  - `username` string
  - `tempToken` string
  - `newPassword` string

## Response `200`

Password has been successfully reset.

## Other responses

- `400` — Invalid or expired temporary token.
- `404` — User not found.
- `500` — Failed to complete password reset.

---

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