Description
I am sporadically reaching per-second limits much quicker than expected on my Education account. Additionally, when I check the API Call Logs (https://marketplace.zoom.us/user/logs) for my app, they only seem to show the 200 responses.
Error
429 status
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
How To Reproduce (If applicable)
I am running a script which makes these calls for each inputted user:
/scim2/Users?filter=userName%20eq%20&count=1&startIndex=1
I am using the API to quickly deactivate multiple users. For each user in a file (in this case about 60 users), I am making a Get User and a Deactivate User call. Once I realized I was receiving the 429 rate limit rejection, I experimented with delay times and was still receiving 429 responses at as few as 3 requests per second. Please let me know what other information would be helpful.
On Zoom’s Rate limits page, it looks like with an Education account and light requests, I should be able to make 80 requests per second.