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?