Upcoming all meeting details for a zoom group having Multiple UserIds with date filter?

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.

Hey @pravinb, thanks for posting and using Zoom!

Unfortunaly we only have the desired endpoint for Live and Previous meetings:

https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meeting

To get a list of scheduled meetings per user use this endpoint:

https://marketplace.zoom.us/docs/api-reference/zoom-api/meetings/meetings

Thanks,
Tommy

Hi Team,

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.

Hey @pravinb,

I will add this as a feature request.

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.

Thanks,
Tommy

Hi tommy,

May you please tell us when we get this new feature, so that we will plan according to that.

Hey @pravinb,

As this is currently in our backlog, we do not have a time set in stone. You can follow our releases here: https://marketplace.zoom.us/docs/changelog

Thanks,
Tommy

Thanks tommy for your support. will check in changelog

1 Like

Happy to help!

Thanks,
Tommy