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?
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:
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