-
zoom_events:read:event_attendance:adminauthorizesGET /zoom_events/events/{eventId}/reports/event_attendance. The event attendance report returns per-attendee event attendance, lobby attendance, session attendance, recording views, recording view duration, live-streaming views, and engagement fields. -
The underlying participation data is available, but Zoom does not document the exact UI
Participationclassification as a returned field. Some fields that can be helpful includelobby_attendance,session_attendance,recording_view, andrecording_view_duration. -
There is no documented API that directly generates or downloads the People-tab export.
-
The current Zoom Events webhook catalog includes
zoom_events.vod_registration_created, but does not expose a documented lobby-entry or VOD-view webhook. -
(a) For finished events, Zoom staff has advised using
role_typetogether withevent_status_type=past, for examplerole_type=host&event_status_type=past. This is confirmed in a Zoom Developer Forum response. (b) Zoom Events recording consumption is exposed through the Events attendance report usingrecording_viewandrecording_view_duration.
For broader meeting-data ingestion, Recall.ai’s Meeting Bot API can provide a higher-level integration layer.