Getting 429 error on zoom create users

Description
I have zoom business+ account, I am getting 429 rate limit on zoom user creation and zoom update user api, in rate limit document these are light apis, so I should get 80 req. / second, but I am calling this api around 1-2 per second, still getting rate limit error.
Please check that, is there any other rate limits in this apis, let me know if any.

Error
Error message - {“code”:429,“message”:“You have reached the maximum per-second rate limit for this API. Try again later.”},"

Req header
{“date”:“Tue, 13 Jul 2021 05:30:46 GMT”,“content-type”:“application/json;charset=UTF-8”,“content-length”:“106”,“connection”:“close”,“x-zm-trackingid”:“v=2.0;clid=aw1;rid=WEB_7075998022a266459b370cec8069a9fa”,“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”,“set-cookie”:[“zm_aid=”"; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly",“zm_haid=”"; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly",“web_zak=”"; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly",“cred=0727B5031A934FD8A6B342A43368835F; Path=/; Secure; HttpOnly”,"_zm_ctaid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly","_zm_chtaid=""; Domain=.zoom.us; Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly"],“vary”:“Origin, Access-Control-Request-Method, Access-Control-Request-Headers”,“x-ratelimit-category”:“Light”,“x-ratelimit-type”:“QPS”}

Which Endpoint/s?
POST /v2/users
PATCH /v2/users/${userId}

Hi @vaghelaabhijeet6,

Are you calling any other API endpoints that fall under the Light category in addition to our /users endpoints? Keep in mind that rate limits are shared across a category, so if you’re making other requests that fall under the Light category, they’ll count towards your available per/second limit as well.

Let me know–thanks,
Will

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