---
title: "Refresh participant's authentication token"
method: POST
path: "/meetings/{meeting_id}/participants/{participant_id}/token"
tags: ["Meetings"]
---

# Refresh participant's authentication token

`POST /meetings/{meeting_id}/participants/{participant_id}/token`

Regenerates participant's authentication token for the given meeting and participant ID.

## Path parameters

- `meeting_id` string, uuid, required
- `participant_id` string, required

## Response `200`

Example response

- object
  - `success` boolean, required — Success status of the operation
  - `data` object, required — Data returned by the operation
    - `token` string, required — Regenerated participant's authentication token.

## Other responses

- `500` — Failure response

---

[API](https://skmtc.net/dyte-io/apis/dyte-rest-apis.md) · [All operations](https://skmtc.net/dyte-io/apis/dyte-rest-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dyte-io/dyte-rest-apis/revisions/f62d3edd92ae/schema)
