Description
I have zoom business account, I am getting 429 rate limit on zoom user creation and meeting creation
also checked about zoom rate limits, these are light apis, so I should get 80 req. / second, but not getting.
Please check that, is there any other rate limits in this apis, let me know if any.
Error
{“code”:429,“message”:“Too many requests for this user, please try again later, user email: XXXX@XXXX.live.”}
Which Endpoint/s?
POST /users
POST /users/{userId}/meetings
Additional context
In error header, I also not getting X-RateLimit-Type , X-RateLimit-Limit and X-RateLimit-Remaining values
Thank you for reaching out to the Zoom Developer Forum. When it comes to the Create a Meeting API, ony 100 requests per user per day are allowed per our Rate Limits:
Looking at this error, it seems it was encountered, it seems this was caused by creating, updating or deleting meetings for a user more than 100 times in a day.
When you saw that headers were missing, was this when calling the Create a User API?