<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00008YfefzCABOkta Classic EngineIntegrationsAnswered2022-12-20T21:03:12.000Z2022-12-20T00:17:52.000Z2022-12-20T21:03:12.000Z

KyleB.21194 (Customer) asked a question.

SCIM replace Group with several members using HTTP PUT

I'm currently implementing a SCIM endpoint using the application wizard. I have a case where I tried to force push a group containing 2500 users. The group has been created on target application, however, the Group Push is timing out due to it trying to add the 2500 members in a single Replace request (taking longer than 30 seconds).

Is there a recommended way to try to force Okta to use PATCH requests to update individual members? I've seen some SCIM implementations reject PUT requests with more than 1000 users, but I was wondering if there was official recommendations for this case.


This question is closed.
Loading
SCIM replace Group with several members using HTTP PUT