/meetings/:meeting/participants
Meetings
Get Meeting Participants
retrieve info about the participants in a particular meeting
GET
/meetings/:meeting/participants
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
the ID of the meeting session
Query Parameters
the largest number of participant records to return
limit to participants who joined after the given participant, identified by participant_id
limit to participants who joined before the given participant, identified by participant_id
Response
200