---
title: "Password Reset"
method: PATCH
path: "/auth/account/reset_password"
tags: ["Account"]
---

# Password Reset

`PATCH /auth/account/reset_password`

Confirm password reset and change the password.

## Request body

- DataPasswordReset
  - `token` string, required — Reset token
  - `password` string, required — New password
  - `remove_sessions` boolean — Whether to logout all sessions

## Response `204`

Success

## Other responses

- `default` — An error occurred.

---

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