---
title: "Mint a password-reset link for a user (internal support tooling)"
method: POST
path: "/admin/password_reset_link"
tags: ["admin"]
---

# Mint a password-reset link for a user (internal support tooling)

`POST /admin/password_reset_link`

Generates a fresh password-reset token for the given user and returns the reset link so an internal support agent can hand it to the person directly (e.g. on a call) instead of only emailing it. Restricted to internal staff at the support tier or above. The link is valid for 7 days.

## Query parameters

- `user_id` integer, required

## Response `200`

Reset link generated

- AdminPasswordResetLinkResponse
  - `expires_at` string, date-time, required — When the link stops working (UTC)
  - `link` string, required — Password-reset URL to hand to the user
  - `user_id` integer, required — User the link resets

## Other responses

- `404` — User not found

## Changes

- **2026-09-15** `8d4f658e79b1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rxfoodapp/apis/inneranalytics-mnt-server/changes/admin/password_reset_link/post.md)

---

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