Retrieve a list of all Participants in a Session.
Retrieve a list of all Participants in a Session.
Path parameters
-
The SID of the parent Service of the resources to read.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KS[0-9a-fA-F]{32}$
. -
The SID of the parent Session of the resources to read.
Minimum length is
34
, maximum length is34
. Format should match the following pattern:^KC[0-9a-fA-F]{32}$
.
GET
/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants
curl \
--request GET 'https://proxy.twilio.com/v1/Services/{ServiceSid}/Sessions/{SessionSid}/Participants' \
--user "username:password"
Response examples (200)
{
"meta": {
"key": "participants",
"url": "https://proxy.twilio.com/v1/Services/KSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Sessions/KCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?PageSize=50&Page=0",
"page": 0,
"page_size": 50,
"next_page_url": null,
"first_page_url": "https://proxy.twilio.com/v1/Services/KSaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Sessions/KCaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/Participants?PageSize=50&Page=0",
"previous_page_url": null
},
"participants": []
}