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

KeyDatatypeRequiredDescription
limitstringREQUIRED: Specifies the number of results to return per page. Acceptable values are 1 to 100, inclusive. (Default: 10)
nextstringOPTIONAL: Specifies the value of the next property in the response to retrieve the next page in the result set.

HEADERS

KeyDatatypeRequiredDescription
Api-Tokenstring