Description
Upcoming all meeting details for a zoom group having Multiple UserIds with date filter.
We are using .Net Core C# web API to call your APIs. Error
We do not find API that provide in such a way detail.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
Which Endpoint/s?
using your V2 api.
How To Reproduce (If applicable)
you will not find such API and date filter for upcoming meetings.
we got an API that will work for us only need date filter so that for specific day we can get record. https://api.zoom.us/v2/users/{userId}/meetings //api.zoom.us/v2/users//meetings?page_number=1&page_size=30&type=upcoming
so if that have date filter than we can achieve our target.
And it will be good if we have endpoint that will give all upcoming meetings for group zoom (not only for a userid i.e. all users meetings for group) having date filter.
Can you update your APIs and provide needed endpoint to us. that will great help.
In the meantime, you could use the Zoom Google Calendar integration and use the Google Calendar API to get the list of meetings, or you can use the Zoom Meeting Created Webhook and save it to your database so you have a timeframe of upcoming meetings.