Test User to avoid API registration limits?

Is there a way during development to circumvent the api limit on how many times a user can be put into meetings? As I am testing code, I keep hitting the 3-times-a-day limit for enrollments, which means I have to keep replacing the test user email variable every 3 times I use that address in postman or actual code tests.

I there a test address we can use which this limit doesn’t apply to? Or an alternate solution?

This would not be too bad if failed attempts did not count against the limit, but they seem to count.

Thank you for posting in the Zoom Developer Forum. To clarify are you using the Add a Meeting Registrant endpoint? If so, this is expected behavior when it comes to the Add a Meeting Registrant rate limit, this only applies when making a request with the same registrant and meeting more than 3 times a day. To avoid the error, you will want to add unique registrants.

Let me know if this helps.