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

---

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