I am developing a zoom integration for my customer.
We have a couple of admins and are creating users in zoom, who can create a new meeting and or webinar.
From the API specification, I can not find a way to get all meetings or webinars without supplying a user_id.
My question is: “Is it possible to get all meetings and webinars for an account?”
Thanks
Dennis Christensen
1 Like
Hi Dennis,
Depends on what your goal is. If your after the the meeting details, it is limited to getting by user. If you’re looking for a summary, there is a meetings report api https://zoom.github.io/api/#retrieve-meetings-report
And… Just realized that is per user too
Any update on this? I’m interested in getting a list of all meetings/webinars as well, not just from a specific user.