GET /v1/Conferences/{ConferenceSid}/Participants

twilio.com:twilio_insights_v1

Summary:
Operation ID: ListConferenceParticipant
Auth: unknown
Description

Get a list of Conference Participants Summaries for a Conference.

Parameters (7)

ConferenceSid (string, path, required)

The unique SID identifier of the Conference.

Constraints: {'minLength': 34, 'maxLength': 34, 'pattern': '^CF[0-9a-fA-F]{32}$'}

Events (string, query, optional)

Conference events generated by application or participant activity; e.g. `hold`, `mute`, etc.

Label (string, query, optional)

User-specified label for a participant.

Page (integer, query, optional)

The page index. This value is simply for client state.

Constraints: {'minimum': 0}

PageSize (integer, query, optional)

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Constraints: {'minimum': 1, 'maximum': 1000}

PageToken (string, query, optional)

The page token. This is provided by the API.

ParticipantSid (string, query, optional)

The unique SID identifier of the Participant.

No probe data for this endpoint yet.