Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
GET /metrics/meetings/{meetingId}/participants
Description
When calling the GET /metrics/meetings/{meetingId}/participants
endpoint for a live
meeting, the bo_mtg_id
field is missing from many of the participants. I know based on webhook data that most of the participants should be in breakout rooms, but that is not reflected in the response. The same does not happen for past
meetings.
Error?
N/A
How To Reproduce
GET https://api.zoom.us/v2/metrics/meetings/89213610850/participants?type=live&page_size=300
for a live meeting with participants in breakout rooms- Server-to-server OAuth app
Expected result: Participants actively in breakout rooms are listed in the response under participants
with a bo_mtg_id
.
Actual result: The bo_mtg_id
field is missing from many participants know to actively be in breakout rooms.