---
title: "Mute participants of an active session"
method: POST
path: "/meetings/{meeting_id}/active-session/mute"
tags: ["Active session"]
---

# Mute participants of an active session

`POST /meetings/{meeting_id}/active-session/mute`

Mutes one or more participants from an active session using user ID or custom participant ID.

## Path parameters

- `meeting_id` string, required

## Request body

- object
  - `participant_ids` string[]
  - `custom_participant_ids` string[]

## Response `200`

Mute one or more participants of a meeting

- object
  - `success` boolean
  - `data` object
    - `action` string
    - `participants` SessionParticipant[]
      - `id` string, required — ID of the session participant
      - `created_at` string, required
      - `updated_at` string, required
      - `name` string — Name of the session participant.
      - `email` string — Email of the session participant.
      - `picture` string — A URL pointing to a picture of the participant.

---

[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)
