Getting data about all meetings and webinars

Description
I’m doing research on using zoom solution in new project.
My goal is to get information about meetings and webinars that were made by my organization employees
As I found it can be done for specific user: https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings

I don’t want to check every employee individually, I’d rather make one API call to get data regarding all employees.
Is there any way to get this information on company level?

Hey @plu,

If you have a Business or higher plan with Zoom, I think the List Meetings/Dashboard endpoint will help you accomplish this:

Here is a quick summary:
image

Alternatively, if you don’t have a Business plan, you could first call the List Users endpoint and loop through the response to call the List Meetings endpoint based on the userIds—though I realize this is a bit less efficient.

That said, I hope this information is helpful!
-Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.