---
title: "POST /account/changeforgottenpassword"
method: POST
path: "/account/changeforgottenpassword"
tags: ["account"]
---

# POST /account/changeforgottenpassword

`POST /account/changeforgottenpassword`

## Request body

- UserResetPasswordDTO
  - `resetPasswordCode` string
  - `passwordResetRequestId` string
  - `email` string
  - `password` string

## Response `200`

OK

- ChangeForgotPasswordResponseDTO
  - `redirect` string
  - `errorMessage` string

---

[API](https://skmtc.dev/revelator/apis/revelator-api.md) · [All operations](https://skmtc.dev/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc.dev/revelator/apis/revelator-api/revisions/3f06b1dccf24?raw)
