Getting 429 error on Zoom user creation and Zoom meeting creation

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

header object
{
date: ‘Thu, 22 Apr 2021 05:38:29 GMT’,
‘content-type’: ‘application/json;charset=UTF-8’,
‘content-length’: ‘132’,
connection: ‘close’,
‘x-zm-trackingid’: ‘WEB_6092bda0dfc9f47cdf43f044270deb9a’,
‘x-content-type-options’: ‘nosniff’,
‘cache-control’: ‘no-cache, no-store, must-revalidate, no-transform’,
pragma: ‘no-cache’,
expires: ‘Thu, 01 Jan 1970 00:00:00 GMT’,
vary: ‘Origin, Access-Control-Request-Method, Access-Control-Request-Headers’,
‘x-ratelimit-category’: ‘Light’
}

Hey @vaghelaabhijeet6,

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:

image

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?

Thanks,
Max

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