VideoV1Participant
get/v1/Rooms/{RoomSid}/Participants
Path parameters
RoomSidstring required
The SID of the room with the Participant resources to read.
Query parameters
Status'connected' | 'disconnected' | 'reconnecting'
The status of the Participant. Can be: connected or disconnected.
Read only the participants with this status. Can be: connected or disconnected. For in-progress Rooms the default Status is connected, for completed Rooms only disconnected Participants are returned.
Identitystring
Read only the Participants with this User identity value.
DateCreatedAfterstring date-time
Read only Participants that started after this date in ISO 8601 format.
DateCreatedBeforestring date-time
Read only Participants that started before this date in ISO 8601 format.
PageSizeinteger
How many resources to return in each list page. The default is 50, and the maximum is 1000.
Pageinteger
The page index. This value is simply for client state.
PageTokenstring
The page token. This is provided by the API.
Response
OK