
KyleB.21194 (Customer) asked a question.
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.

Hi @KyleB.21194 (Customer) , Thank you for reaching out to the Okta Community!
I came across the following article that seems to suggest that there is a way to change from PUT to PATCH, but it implies submitting your application to our Okta Integrations Network team via oinmanager.okta.com, and they might be able to change the method from the back end.
https://support.okta.com/help/s/article/How-do-I-get-my-SCIM-integration-to-use-PUT-requests-instead-of-PATCH-when-updating-users-and-groups?language=en_US
Please note that once submitted, you will be working directly with the OIN team. The Okta Community or Okta Support teams will not able able to assist you with any specifics.
If my answer helped, remember to mark it as best to increase its visibility for other members of the Okta Community who might have the same questions as you.
Hope my answer helps!
--------------------------------
Community members help others by clicking Upvote or Select as Best on responses. Try it today.