admin

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

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.

post/admin/password_reset_link

Query parameters

user_idinteger required

Response

Reset link generated

expires_atstring date-time required

When the link stops working (UTC)

linkstring required

Password-reset URL to hand to the user

user_idinteger required

User the link resets

Changes