
MilanP.91683 (Customer) asked a question.
I node.js application through which I am deleting multiple users using OKTA api.
I have written logic in which I am having more than 500 users in application, and I am deleting each users in loop.
Currently I am not able to multiple delete users as OKTA is giving me "Rate Limit" reached Validation.
So, May I know any configuration in OKTA through which I can crease OperationRateLimitThreshold so that I can delete more than 500 users in Loop?

maybe you can reference this:https://support.okta.com/help/s/article/How-can-we-request-to-have-the-rate-limit-for-our-org-temporarily-increased?language=en_US
Temporarily Increase means is it some time frame OKTA can provide limit ?
Please find below details to increase limit for given organization and enpoint:
Org: https://dev-15518228-admin.okta.com/
1. End Point to deactivate user
POST api/v1/users/${id}/lifecycle/deactivate
targe 10,000/minute
2. End Point to delete user
DELETE api/v1/users/${id}
targe 10,000/minute
Start Date & Time: 06-Feb-2024 12:04 p.m IST
End Date & Time: No end date