---
title: "Reset password (resetPassword)"
method: POST
path: "/api/noauth/resetPassword"
tags: ["auth-controller"]
---

# Reset password (resetPassword)

`POST /api/noauth/resetPassword`

Checks the password reset token and updates the password. If token is not valid, returns '400 Bad Request'.

## Request body

- ResetPasswordRequest — Reset password request.
  - `resetToken` string — The reset token to verify
  - `password` string — The new password to set

## 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)
