Is it possible to create batch request to ZoomAPI

Hey
I have a problem with too many requests that I’m sending to zoomAPI. First I’m getting all users, then I iterate over them and request meetings for every user. As you can see If I got 100k user I need to create 100k requests. And I wonder, is it possible to pack a few requests into one?
I’ve searched this forum, but all threads about it are old. Is there any update on this matter?

API Endpoint/s?
GET https://api.zoom.us/v2/users
GET https://api.zoom.us/v2/users/{userId}/meetings

Thanks
MJ

Hey @MichalJ

Thanks for reaching out to the Zoom Developer forum and welcome to our community!
Were you able to resolve this issue? or do you still need help on this?

Let me know if there is anything I can do to help you!
Cheers,
Elisa

Hey @elisa.zoom

I haven’t solved it yet. Too often we reach our daily limit with zoomAPI requests, is there a way to batch requests ?
BR
Michal

Hey @MichalJ
Unfortunately there is not a way to do this on a batch request
Feel free to make a feature request here:

Cheers,
Elisa

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.