---
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.net/revelator/apis/revelator-api.md) · [All operations](https://skmtc.net/revelator/apis/revelator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/revelator/revelator-api/revisions/9bb4b5cb4dc2/schema)
