GET
/2010-04-01/Accounts/{AccountSid}/Conferences/{ConferenceSid}/Participants.jsonList conference participants
Lists participants in a conference. Use Muted, Hold, or Coaching to filter participants, and use PageSize, Page, and PageToken to paginate the collection.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
AccountSidstringrequired
The account SID that created the participant resources. Must be a 34-character SID matching the `AC` prefix format.
ConferenceSidstringrequired
The conference SID whose participants to list. Must be a 34-character SID matching the `CF` prefix format.
Mutedbooleanoptional
Filter results by whether participants are muted. Accepts `true` or `false`.
Holdbooleanoptional
Filter results by whether participants are on hold. Accepts `true` or `false`.
Coachingbooleanoptional
Filter results by whether participants are coaching another call. Accepts `true` or `false`.
PageSizeintegeroptional
The number of resources to return per page. Must be between 1 and 1000, and defaults to 50 when omitted.
Pageintegeroptional
The page index used for client-side pagination state. Must be zero or greater when supplied.
PageTokenstringoptional
The pagination token provided by the API for retrieving another page.
200Returns a paginated collection of participants with page links, page indexes, page size, result bounds, and a `participants` array.
endintegeroptional
first_page_uristringoptional
next_page_uristringoptional
pageintegeroptional
page_sizeintegeroptional
previous_page_uristringoptional
startintegeroptional
uristringoptional
participantsarray<object>optional
Error handling
AccountSid must be a 34-character SID beginning with AC, and ConferenceSid must be a 34-character SID beginning with CF. PageSize must be between 1 and 1000, and Page must be zero or greater when supplied.