How do rate limits affect Auth0 Dashboard usage?

Hi everyone,

I would like to clarify how rate limits apply when using the Auth0 dashboard.
I understand that both the Authentication API and the Management API have rate limits depending on the plan. However, for example, if I change passwords rapidly from the dashboard, could those actions hit the rate limits?

In other words, does the dashboard internally call the Authentication/Management APIs (and therefore share their rate limits), or is it handled differently so that rate limits do not apply to dashboard operations?

Thanks in advance!

Hi @KouYuume and thank you for the question!

Yes, actions performed in the Auth0 Dashboard are subject to the Management API rate limits. The Dashboard is a client that uses the same public APIs available to you.

Kind regards,
Teodor.

1 Like

I see. Thanks for explaining!