conferences
Update a conference participant PIN code
Updates the participant PIN code for a specific conference room. The new PIN code value is passed directly in the URL path as pincodeId. Participants will need to use the new PIN to join the conference. If the new PIN is the same as the current one, the request returns 304 Not Modified.
Permission: No specific permission required. A valid API key is sufficient.
Monitoring: Required. Conference configuration changes are team-level supervisory operations. Returns 401 Unauthorized if Monitoring is OFF on your API key.
patch/conferences/{conferenceId}/pincode/{pincodeId}
Path parameters
conferenceIdinteger required
The identifier of the conference
pincodeIdinteger required
The identifier of the pincode
Response
Successful operation — pincode updated.