Description
I’m building an intranet and would like to be able to list meetings that will occur in the next 7 days. We have integrated Exchange with Zoom Rooms.
Main issue- I need to be able to list meetings that include a Zoom Room as a participant.
I also need to get meetings where a Zoom Room is the host, but I can get those via /zoom-api/meetings/meetings/.
This question is similar to these posts:
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Additional context
I’m able to log meeting information via the meeting webhook (meeting created/updated/deleted) but don’t know if it’s possible to get participant details for upcoming meetings. I only really care about live and future meetings.