---
title: "POST /app/user/password/reset/"
method: POST
path: "/app/user/password/reset/"
tags: ["app"]
---

# POST /app/user/password/reset/

`POST /app/user/password/reset/`

Verifies the token and resets the password.

## Request body

- ResetPasswordRequestRequest
  - `userId` string, required
  - `password` string, required
  - `token` string, required

## Response `200`

- ResetPasswordSuccess
  - `detail` string, required
  - `token` string, required

## Changes

- **2023-01-16** `36b48cae00a3` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/uselotus/apis/lotus-api/changes/app/user/password/reset/post.md)

---

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