API Endpoint
/meetings/{meetingId}/registrants
Is it simply not possible to get registrants across multiple Zoom meetings? I’m building a middleware integration and it seems that we’re going to have to a) GET all Zoom meeting IDs stored in Salesforce and then send individual callouts to the registrant endpoint for each meeting in order to get new registrations OR build a callout for each individual meeting. This seems incredibly inefficient. Is there really no way to query registrations within a user or an entire Zoom account and just build a server to server app that has the appropriate scope to have access to All Zoom Meetings in the entire account?