---
title: "Manage Conference Participant"
method: PATCH
path: "/calling/v1/conferences/id/{conferenceId}/{callId}"
tags: ["Conferences"]
---

# Manage Conference Participant

`PATCH /calling/v1/conferences/id/{conferenceId}/{callId}`

Manages conference participant in a specified conference:
* mute / unmute
* put on hold / resume.

## Request body

- ManageConferenceParticipantRequest
  - `command` 'mute' | 'unmute' | 'onhold' | 'resume', required — Action to apply on conference participant.
  - `moh` 'ring' | 'music1' | 'music2' | 'music3' — Available Music On Hold values

## Response `200`

A success response, or an [Error](https://developers.sinch.com/docs/voice/api-reference/errors/).

---

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