How to add multiple registrants via on Zoom Pro API?

I want to register multiple registrants. So i use this API . Time to time I got NULL return value.
I don’t know the reason. please help me to resolve this.

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

Passing Data

    [

{
email":"myemail@mycompany.com”,
“first_name”:“Mike”,
“last_name”:“Brown”
},
{
email":"myeSSSmail@mycompany.com”,
“first_name”:“MiSSSke”,
“last_name”:“BroSSSwn”
}
]

It seems ZOOM api not allowed batch processing for “add registrants” .

Eg : there are 300 students in our classes. if we add 300 students as registrants, then what happens to our api limits. currently i m using ZOOM Pro package

your API doc mentioned “Rate Limit” is LIGHT . if i call this method 300 times (to add students one by one). then what happens to API limit. please explain ?

Hey @sameera,

That’s correct, you can only add one registrant at a time with that API. Feel free to add Bulk Registrations as a feature request: #feature-requests

You can make 30 requests per second with your Pro account and the APIs labeled with Light. This means that in 10 seconds you should be able to complete registering 300 users. You can find more information on this in our documentation: https://marketplace.zoom.us/docs/api-reference/rate-limits#rate-limits-1

Thanks,
Max

2 Likes

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