Conference Tokens

Reset conference token

Replaces a Video Conference access token identified by ID, invalidating the previous token. The role and permissions carry over, but the response contains a new token value and a new token ID, so update any stored reference to either. Use it when a guest or moderator credential has been exposed or should no longer grant access; this operation does not reset Room Tokens.

Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: Video.

Learn more about API scopes.

post/api/video/conference_tokens/{id}/reset

Path parameters

idstring uuid required

Universal Unique Identifier.

Unique ID of the conference token.

Response

Conference token response object.

idstring uuid required

Universal Unique Identifier.

namestring nullable required

Name of the conference token.

tokenstring required

Conference token's randomly generated sequence.

scopesstring[] required

List of permissions.

Example response

{
  "name": "My First Token",
  "token": "vpt_62c65414de4d067d07415a7ced8183be",
  "scopes": [
    "room.member.audio_mute"
  ]
}

Changes

No changes found, but 3 of the 161 revisions have a changelog that could not be searched — this endpoint may have changed in one of them.