---
title: "POST /mr-api/authentication/{email}/expiredTokenReset"
method: POST
path: "/mr-api/authentication/{email}/expiredTokenReset"
tags: ["AuthService"]
---

# POST /mr-api/authentication/{email}/expiredTokenReset

`POST /mr-api/authentication/{email}/expiredTokenReset`

Allows an administrator to reset a user's expired token so they can login

## Path parameters

- `email` string, required

## Response `200`

The token of the expired person

- RegistrationUrl
  - `registrationUrl` string
  - `personId` string, uuid, required
  - `token` string, required

## Other responses

- `400` — Bad Request
- `401` — no permission
- `403` — forbidden

## Changes

- **2026-07-17** `faed5fd616c3` — 1 breaking, 2 info
  - the response property `registrationUrl` became optional for the status `200`
  - added the required property `personId` to the response with the `200` status
  - added the required property `token` to the response with the `200` status
- **2023-09-24** `b06e5f293bda` — 2 breaking, 1 info
  - removed the required property `personId` from the response with the `200` status
  - removed the required property `token` from the response with the `200` status
  - the response property `registrationUrl` became required for the status `200`

[Change history](https://skmtc.dev/featurehub-io/apis/managementresourceapi/changes/mr-api/authentication/:email/expiredTokenReset/post.md)

---

[API](https://skmtc.dev/featurehub-io/apis/managementresourceapi.md) · [All operations](https://skmtc.dev/featurehub-io/apis/managementresourceapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/featurehub-io/managementresourceapi/revisions/faed5fd616c3/schema)
