---
title: "Reset Password"
method: POST
path: "/auth/reset-password"
tags: ["Auth"]
---

# Reset Password

`POST /auth/reset-password`

Set a new password using a valid, unused, unexpired reset token.

Does not log the user in — they return to /login with the new password.

## Request body

- ResetPasswordRequest — Request to set a new password using a reset token
  - `token` string, required — Raw reset token from the emailed link
  - `new_password` string, required — New password

## Response `200`

Successful Response

- AppAuthSchemasMessageResponse — Generic message response
  - `message` string, required — Message

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
