---
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`

The ability to read all of the active participants that are associated with this conference call. This will be returned as a list of participants.

#### 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.

---

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