Description
we are getting error 429 while adding registrant into meeting. Help us to understand this problem and guide us their resolution
Error
Response we are getting while adding registrant for meeting :
{“code”:429,“message”:“You have exceeded the daily rate limit of (3) for Add meeting registrant API requests for the registrant (demo@gpus.com). You can resume these API requests at GMT 00:00:00.”}
Which App Type (OAuth / Chatbot / JWT / Webhook)?
we are using OAuth
What is the usage scenario that is leading you to add and remove the same registrant to the same meeting so frequently? This is odd behavior for production purposes.
I believe we’re experiencing this issue as well, and that’s not limited to the same registrant. The whole account is limited to adding 3 registrations per day, and that wasn’t working like this.
I mean, this error occurs independently of the registrant e-mail address, once it registered the third, 429 errors spawn. We’re using the webinar endpoint – how are we supposed to register 500+ registrants with a 3/day limitation?