Question
Issue with report/meetings/:id/participants API – Only host information returned
We are using the Zoom API endpoint:
GET /report/meetings/#{zoom_api_uuid}/participants?include_fields=registrant_id
We are trying to retrieve the list of all participants for a specific meeting. However, the response only includes the host's information — other participants who were present in the meeting are not returned by the API, even though their details are visible in the Zoom dashboard for the same meeting.
Request:
Please help us understand why the participant data is missing from the API response and how we can retrieve the full list of attendees programmatically.
