Is there currently any way to pull a list of meetings scheduled or in the past for out company without the user parameter? I’ve checked the API documentation but I’m unable to find anything. What I’m trying to do is get a list of meetings (past or future) and then query the list of participants (past) at a later time. I can’t find anything in the documentation that supports this type of query.
Thank you for reaching out to the Zoom Developer Forum. In order to list meetings, you’ll need to provide a User ID for each of our APIs. However, you can call the List Users API and iterate through the list of users provided there.