Retrieve a list of participants within the room
GET https://api-{{APP_ID}}.calls.sendbird.com/v1/rooms/{room_id}/participants
Retrieve a list of participants within the room
Retrieves all participants that were created in the room. The retrieved list of participants are sorted in reverse order, meaning the newest participant appears first and the oldest last.
For more information, visit:
https://sendbird.com/docs/calls/v1/platform-api/guides/group-call#2-retrieve-a-list-of-participants-within-the-room
URL Parameters
Required
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | REQUIRED: Specifies the number of results to return per page. Acceptable values are 1 to 100, inclusive. (Default: 10) | |
next | string | OPTIONAL: Specifies the value of the next property in the response to retrieve the next page in the result set. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string |