---
title: "Request reset password email (requestResetPasswordByEmail)"
method: POST
path: "/api/noauth/resetPasswordByEmail"
tags: ["auth-controller"]
---

# Request reset password email (requestResetPasswordByEmail)

`POST /api/noauth/resetPasswordByEmail`

Request to send the reset password email if the user with specified email address is present in the database. Always return '200 OK' status for security purposes.

## Request body

- ResetPasswordEmailRequest — The JSON object representing the reset password email request.
  - `email` string — The email of the user

## Response `200`

OK

---

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