Hi Everione
I implemented integration between LMS and Zoom. Meeting in LMS has 300 students. And I need to do 300 request to add registrant to meeting with this endpoint https://developer.zoom.us/playground/#/Meetings/meetingRegistrantCreate
How I understood Zoom Enginx Server has restricts on amount of request per second and i get error.
Is here way to add all 300 registrants in one request ?
1 Like
Hi Mike,
Using our API, you can only add one registrant at a time. You could use a worker service that makes the same API call multiple times within the request per second limit.
Thanks
Hi Michael
What limit per second do you have ?
Hi Mike,
You can make 10 API request per second.
Thanks
julious
(Julious)
April 20, 2020, 12:52am
5
hi mike, did you manage to optimize this issue?
tommy
(Tommy Gaessler)
April 21, 2020, 1:51am
6