Is there any end point or option to change the "X-RateLimit-Limit" and "X-RateLimit-Reset" for reset your password?

can we customize this rate limit for this functionality ?

as per my requirement, In 15 mints need to send reset password email upto 3 times.

i didn’t find any blog or document to manipulate the “X-RateLimit-Limit” and “X-RateLimit-Reset” this options

Is there any end point or option to change the “X-RateLimit-Limit” and “X-RateLimit-Reset” for reset your password?

Hey @rkolisetty,

Rate limits are not configurable. They depend on the specific endpoints you are hitting and also on your subscription level. Actually, if you are Enterprise, make sure you tag your tenant as Production to benefit from Production-level rate limits.

The rate limit for the /dbconnections/change_password endpoint is 1 request per minute with bursts up to 10 requests by default, so make sure you’ve set your tag to Production before testing.

1 Like

Thanks for helping on this one Ale!