---
title: "ResetPasswordWithToken"
method: POST
path: "/api/access/reset-password"
tags: ["Access"]
---

# ResetPasswordWithToken

`POST /api/access/reset-password`

## Request body

- ResetPasswordRequest
  - `password` string, required
  - `password_confirm` string, required
  - `token` string, required

## Response `201`

Document created, URL follows

- PasswordResetComplete
  - `message` string, required
  - `userId` string, uuid, required

## Other responses

- `400` — Bad request syntax or unsupported method

---

[API](https://skmtc.dev/litestar-org/apis/litestar-fullstack-template.md) · [All operations](https://skmtc.dev/litestar-org/apis/litestar-fullstack-template/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litestar-org/litestar-fullstack-template/revisions/e5e7606282ec/schema)
