v2

latestOpenAPI 3.0.32026-07-266076394.0 KB
meetings

/meetings/:meeting/participants

retrieve info about the participants in a particular meeting

get/meetings/{meeting}/participants

Path parameters

meetingstring required

the ID of the meeting session

Query parameters

limitinteger

the largest number of participant records to return

joined_afterstring

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

joined_beforestring

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

Response

200

Example response

{
  "data": [
    {
      "id": "d61cd7b2-a273-42b4-89bd-be763fd562c1",
      "room": "room-name",
      "start_time": 1672606399,
      "duration": 2055,
      "max_participants": 4
    }
  ]
}