How to add registrants to meeting in scope ?

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

hi mike, did you manage to optimize this issue?

Hey @julious,

Please see our updated rate limits: https://marketplace.zoom.us/docs/api-reference/rate-limits

Thanks,
Tommy