We are using these 3 endpoints to get the all the attendees for the session under a event:
-
/zoom_events/events
- Gives all the events -
/zoom_events/events/{eventId}/sessions
- Gives all the sessions for the events -
/zoom_events/events/{eventId}/reports/sessions/{sessionId}/attendance
- gives all the attendance for the given session under an event
The data coming in from these does not match the data I get when I pull a report for a specific event directly in Zoom. For example, in a report in Zoom I have email address johndoe@gmail.com for EVENT ABC as attending and for EVENT XYZ as Did not attend. In the API data johndoe@gmail.com does not show up as an attendee for EVENT ABC (does not match the report directly in zoom) BUT does show up for EVENT XYZ as Did not attend (this one matches the report in Zoom). Can someone help me with why the Zoom API data does not accurately match the data I get when I pull reports directly in Zoom?