---
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-service-production.skmtc.workers.dev/v1/apis/rxfoodapp/inneranalytics-mnt-server/revisions/0703cbbbefe8/schema)
