Skip to main content
GET
/meetings/:meeting/participants

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

meeting
string
required

the ID of the meeting session

Query Parameters

limit
integer<int32>

the largest number of participant records to return

joined_after
string

limit to participants who joined after the given participant, identified by participant_id

joined_before
string

limit to participants who joined before the given participant, identified by participant_id

Response

200

data
object[]