OIN SCIM App - Max memberships in group PATCH API

We noticed during SCIM integration that Okta sends all members of a group in a single PATCH API.

For example, if a group has 200 members, single call with 200 members is sent. Is it possible to configure Okta to send multiple API calls with 100 members each? AWS also has a limitation of 100 members in a single API - PatchGroup - IAM Identity Center SCIM Implementation

If so, does Okta maintain status to ensure the API batches (of 100 members) are acked? Does it retry if any API fails? If so, is the retry attempted immediately or during next sync cycle?

Our SCIM 2.0 Test Apps do batch PATCH requests to update group membership and their batch size is set to 1000 members per request.

Only vendors that have submitted their integration to our OIN can request a custom batch size for their SCIM integration

That’s great to know.