GET/meetings/:meeting/participants
GET
/meetings/:meeting/participants
A GET
request to /meetings/:meeting/participants
returns information about participants in the specified meeting session.
In order to paginate, you can use the joined_after
field using the last participant id in the list. Once there are no more users remaining, you'll receive a 404
from the endpoint.
Path params
the ID of the meeting session
Query params
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