
43f6q (43f6q) asked a question.
We are using SCIM 2.0 in our application to provision user from Okta to our system. Okta calls some APIs to our server to create or update users in our system. Is it possible that we set Rate Limiter on our server and Okta sends the requests accordingly?

Hello @Vishant
I hope you are having a great day
Thank you for posting, the link below explains how the rate limit works in okta.
https://developer.okta.com/docs/reference/rate-limits/#burst-rate-limits
If you need further assistance you can also feel free to post this question on our Okta Developer Forums: https://devforum.okta.com, this is a place for the Okta developer community to interact.
Have a great day ahead
Regards
Henry Esquivel
Okta Inc
Hey @ojovp (ojovp),
I'm having a great day and I hope so are you!
Thanks for such a quick response.
Actually, the link that you have provided explains how the Rate Limiter works for the Okta's Core APIs. But, the issue that I'm facing is related to user provisioning which uses SCIM.
Let me explain.
While implementing user provisioning we provide an endpoint using which Okta could request our server to create a user on our end whenever the user in the Okta has been assigned to the related app. So my question is, whether the Okta will support if I put rate limiter on our end asking Okta to just send let's say 20 requests per minute?