---
title: "Mute participants in room session."
method: POST
path: "/room_sessions/{room_session_id}/actions/mute"
tags: ["Room Sessions"]
---

# Mute participants in room session.

`POST /room_sessions/{room_session_id}/actions/mute`

## Path parameters

- `room_session_id` string, uuid, required

## Request body

- ActionsParticipantsRequest
  - `participants` union — Either a list of participant id to perform the action on, or the keyword "all" to perform the action on all participant.
    - 'all'
    - string[]
  - `exclude` string[] — List of participant id to exclude from the action.

## Response `200`

Success Action Response

- object
  - `data` object
    - `result` string

## Other responses

- `4XX` — Unexpected error

---

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