---
title: "Request password reset for specific user using the unique token"
method: POST
path: "/users/reset_password_by_token"
tags: ["user"]
---

# Request password reset for specific user using the unique token

`POST /users/reset_password_by_token`

## Request body

- UserResetPasswordByTokenRequest
  - `email` string, required
  - `new_password` string, required
  - `token` string, required

## Response `200`

successful operation

---

[API](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server.md) · [All operations](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/llms.txt) · [OpenAPI document](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/revisions/081a2697c0f1?raw)
