---
title: "Update a conference participant PIN code"
method: PATCH
path: "/conferences/{conferenceId}/pincode/{pincodeId}"
tags: ["conferences"]
---

# Update a conference participant PIN code

`PATCH /conferences/{conferenceId}/pincode/{pincodeId}`

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.

## Path parameters

- `conferenceId` integer, required
- `pincodeId` integer, required

## Response `200`

Successful operation — pincode updated.

## Other responses

- `304` — Pincode value unchanged (same as current).
- `400` — Invalid conference or pincode identifier.
- `401` — Unauthorized — invalid or missing API token, or Monitoring is OFF.
- `404` — Conference not found.
- `500` — Internal server error.

---

[API](https://skmtc.net/ringover/apis/ringover-public-api.md) · [All operations](https://skmtc.net/ringover/apis/ringover-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringover/ringover-public-api/revisions/9da73dd2f99e/schema)
