Please see our documentation on Rate Limits for more information:
This isn’t something we plan to change but if you would like this limit to be increased for a future release, I recommend posting in the #feature-requests category.
Hi @MaxM , thanks for the answer.
I have scenario to create something like online learning, and when teacher create schedule for his/her classroom, it will send request to create meeting room. Let’s say we have > 100 teacher that might be create daily custom classroom, so it’ll reach rate limit when 100th teacher create classroom. So do you have any suggestion for this screnario?
Good question! I’ll highlight that the Rate Limit that is put in place on the Create a Meeting API is set per user. This means that you would be able to create 100 meetings for each teach each day using the API.
I have scenario to create something like online learning, and when teacher create schedule for his/her classroom, it will create zoom meeting schedule. So we dont know how much teacher will be, is there any plan that cover scenario like this? . Each teacher will use our managed zoom account, they will just start meeting and possible to start meeting concurrently
For this use case, I’d recommend leveraging our Meeting Created webhook:
This will be triggered each time a meeting is created under your account, and will return the id of the host in the payload. You can use this information to know when hosts are available for meetings based on when meetings are already scheduled for.
Keep in mind that a host can only have 1 active meeting going at a time.