How can I use an API to book meetings via meeting rooms, and then query all meetings within a specific time period using the meeting room as the primary query point? Is there a corresponding API that can achieve this?
Hi @Xiaobing
Thanks for reaching out to us and welcome to the Zoom Developer forum!
Are you referring to the Create a meeting endpoint here? Meetings APIs
or are you referring to Zoom Rooms colleciton?
Hi Elisa,
Thanks for your reply.
Is a Zoom Room considered a user?
I tried to use the ID of the conference room as the parameter userId in the two interfaces of creating a meeting and listing user meetings to call it, and found that it can be called successfully!