---
title: "List all active Participants"
method: GET
path: "/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants"
tags: ["Conference Participants"]
---

# List all active Participants

`GET /Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants`

Lists the callers currently participating in a voice conference. Each participant is identified by the Call SID used for individual control. Video conference participants belong to Video Rooms and are not returned here.

#### Permissions

The API token used to authenticate must have the following scope(s) enabled to make a successful request: _Voice_.

[Learn more about API scopes](/docs/platform/your-signalwire-api-space).

## Path parameters

- `AccountSid` string, uuid, required — Universal Unique Identifier.
- `ConferenceSid` string, uuid, required — Universal Unique Identifier.

## Query parameters

- `Muted` boolean
- `Hold` boolean
- `Page` integer
- `PageSize` integer
- `PageToken` string

## Response `200`

The request has succeeded.

- ConferenceParticipantListResponse — Response containing a list of conference participants.
  - `uri` string, required — The URI of the current page.
  - `first_page_uri` string, required — The URI of the first page.
  - `next_page_uri` string, nullable, required — The URI of the next page.
  - `previous_page_uri` string, nullable, required — The URI of the previous page.
  - `page` integer, required — The current page number.
  - `page_size` integer, required — The number of items per page.
  - `participants` ConferenceParticipant[], required — List of participants.
    - `account_sid` string, uuid, required — Universal Unique Identifier.
    - `call_sid` string, uuid, required — Universal Unique Identifier.
    - `call_sid_to_coach` string, uuid, required — Universal Unique Identifier.
    - `coaching` boolean, required — Whether the participant is coaching another call.
    - `conference_sid` string, uuid, required — Universal Unique Identifier.
    - `date_created` string, required — The date, in RFC 2822 format, this conference participant was created.
    - `status` 'completed' | 'in-progress', required — Conference participant status.
    - `date_updated` string, required — The date, in RFC 2822 format, this conference participant was updated.
    - `end_conference_on_exit` boolean, required — Whether or not a conference ends when a participant leaves the conference call.
    - `muted` boolean, required — Whether or not a participant is muted.
    - `hold` boolean, required — Whether or not a participant is on hold.
    - `start_conference_on_enter` boolean, required — Whether or not a conference will begin when this participant enters the conference call.
    - `uri` string, required — The URI for this conference participant.

## Other responses

- `400` — The request was invalid or cannot be processed. Check the error details for more information.
- `401` — Authentication failed. Please verify your credentials and try again.
- `404` — The requested resource was not found. Please verify the resource identifier.
- `422` — The request could not be processed due to validation errors. Check the error details for more information.

## Changes

- **2026-05-12** `2916d5e3072e` — 4 breaking, 5 info
  - the `participants/items/account_sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - the `participants/items/call_sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - the `participants/items/call_sid_to_coach` response's property type/format changed from ``/`uuid` to ``/`` for status `200`
  - the `participants/items/conference_sid` response's property type/format changed from `string`/`uuid` to ``/`` for status `200`
  - …5 more
- **2026-05-12** `5344c0c93a4c` — 6 info
  - added 'unevaluatedProperties' constraint to the response body for the status `200`
  - added 'unevaluatedProperties' constraint to the response body for the status `400`
  - added 'unevaluatedProperties' constraint to the response body for the status `401`
  - added 'unevaluatedProperties' constraint to the response body for the status `404`
  - …2 more
- **2026-03-04** `2e516ba2383f` — 3 breaking
  - response property `next_page_uri` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `participants/items/call_sid_to_coach` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `previous_page_uri` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
- …earlier changes not shown

[Full history](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/get.md)

---

[API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [All operations](https://skmtc.dev/signalwire/apis/compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/signalwire/compatibility-api/revisions/723316346320/schema)
