---
title: "reset password using token"
method: POST
path: "/auth/reset_password"
tags: ["user"]
---

# reset password using token

`POST /auth/reset_password`

## Request body

- object
  - `token` string, required
  - `new_password` string, required

## Response `200`

password reset successfully

- PasswordResetResponse
  - `message` string, required

## Other responses

- `400` — invalid or expired token

---

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