---
title: "Changes to List all active Participants"
method: GET
path: "/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants"
---

# Changes to List all active Participants

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

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 40 revisions.

- **2026-05-12** `2916d5e3072e` — 4 breaking, 5 info
- **2026-05-12** `5344c0c93a4c` — 6 info
- **2026-03-04** `2e516ba2383f` — 3 breaking
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 2 warning, 26 info
- **2026-01-15** `686ef84c2abc` — 2 breaking
- **2026-01-15** `3c88f14db21e` — 3 breaking, 13 info

## 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`
  - added `#/components/schemas/uuid` to the `participants/items/account_sid` response property `allOf` list for the response status `200`
  - added `#/components/schemas/uuid` to the `participants/items/call_sid` response property `allOf` list for the response status `200`
  - added `#/components/schemas/uuid` to the `participants/items/conference_sid` response property `allOf` list for the response status `200`
  - added `#/components/schemas/uuid` to the `participants/items/call_sid_to_coach` response property `anyOf` list for the response status `200`
  - removed `subschema #1` from the `participants/items/call_sid_to_coach` response property `anyOf` list for the response status `200`
- **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`
  - added 'unevaluatedProperties' constraint to the response body for the status `422`
  - added 'unevaluatedProperties' constraint to the `participants/items/` response property for the status `200`
- **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`
- **2026-01-19** `d5fbaaddfa3e` — 3 breaking, 2 warning, 26 info
  - the response property `next_page_uri` became nullable for the status `200`
  - the response property `participants/items/call_sid_to_coach` became nullable for the status `200`
  - the response property `previous_page_uri` became nullable for the status `200`
  - removed the optional property `account_sid` from the response with the `200` status
  - removed the optional property `conference_sid` from the response with the `200` status
  - added the new optional `query` request parameter `Page`
  - added the new optional `query` request parameter `PageSize`
  - added the new optional `query` request parameter `PageToken`
  - added the non-success response with the status `400`
  - added the non-success response with the status `404`
  - added the non-success response with the status `422`
  - the response property `first_page_uri` became required for the status `200`
  - the response property `next_page_uri` became required for the status `200`
  - the response property `page` became required for the status `200`
  - the response property `page_size` became required for the status `200`
  - the response property `participants` became required for the status `200`
  - the response property `participants/items/account_sid` became required for the status `200`
  - the response property `participants/items/call_sid` became required for the status `200`
  - the response property `participants/items/call_sid_to_coach` became required for the status `200`
  - the response property `participants/items/coaching` became required for the status `200`
  - the response property `participants/items/conference_sid` became required for the status `200`
  - the response property `participants/items/date_created` became required for the status `200`
  - the response property `participants/items/date_updated` became required for the status `200`
  - the response property `participants/items/end_conference_on_exit` became required for the status `200`
  - the response property `participants/items/hold` became required for the status `200`
  - the response property `participants/items/muted` became required for the status `200`
  - the response property `participants/items/start_conference_on_enter` became required for the status `200`
  - the response property `participants/items/status` became required for the status `200`
  - the response property `participants/items/uri` became required for the status `200`
  - the response property `previous_page_uri` became required for the status `200`
  - the response property `uri` became required for the status `200`
- **2026-01-15** `686ef84c2abc` — 2 breaking
  - the response property `participants/items/call_sid_to_coach` became nullable for the status `200`
  - the response property `previous_page_uri` became nullable for the status `200`
- **2026-01-15** `3c88f14db21e` — 3 breaking, 13 info
  - added the new path request parameter `AccountSid`
  - added the new path request parameter `ConferenceSid`
  - the response's body type/format changed from ``/`` to `object`/`` for status `200`
  - added the new optional `query` request parameter `Hold`
  - added the new optional `query` request parameter `Muted`
  - removed `subschema #1, subschema #2` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `401`
  - added the optional property `account_sid` to the response with the `200` status
  - added the optional property `conference_sid` to the response with the `200` status
  - added the optional property `first_page_uri` to the response with the `200` status
  - added the optional property `next_page_uri` to the response with the `200` status
  - added the optional property `page` to the response with the `200` status
  - added the optional property `page_size` to the response with the `200` status
  - added the optional property `participants` to the response with the `200` status
  - added the optional property `previous_page_uri` to the response with the `200` status
  - added the optional property `uri` to the response with the `200` status

---

[Operation](https://skmtc.dev/signalwire/apis/compatibility-api/docs/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/get.md) · [API](https://skmtc.dev/signalwire/apis/compatibility-api.md) · [Page](https://skmtc.dev/signalwire/apis/compatibility-api/changes/Accounts/:AccountSid/Conferences/:ConferenceSid/Participants/get)
