---
title: "POST /mr-api/person/{id}/token-reset"
method: POST
path: "/mr-api/person/{id}/token-reset"
tags: ["PersonService"]
---

# POST /mr-api/person/{id}/token-reset

`POST /mr-api/person/{id}/token-reset`

Reset security token of supported person type (usually service accounts only)

## Path parameters

- `id` string, uuid, required

## Response `200`

New security token

- AdminServiceResetTokenResponse
  - `token` string, required

## Other responses

- `401` — Not authenticated
- `403` — No permission to change
- `404` — Service account not found

## Changes

- **2026-07-17** `faed5fd616c3` — 1 info
  - endpoint added
- **2023-09-24** `b06e5f293bda` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/featurehub-io/apis/managementresourceapi/changes/mr-api/person/:id/token-reset/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)
