GET v1/Rooms/{RoomSid}/Participants
Operation ID: ListRoomParticipant
Auth: unknown
Parameters (8)
(string, query, optional)
Read only Participants that started after this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
(string, query, optional)
Read only Participants that started before this date in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601#UTC) format.
(string, query, optional)
Read only the Participants with this [User](https://www.twilio.com/docs/chat/rest/user-resource) `identity` value.
(integer, query, optional)
The page index. This value is simply for client state.
Constraints: {'minimum': 0}
(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}
(string, query, optional)
The page token. This is provided by the API.
(string, path, required)
The SID of the room with the Participant resources to read.
(string, query, optional)
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.
No probe data for this endpoint yet.