
dln01 (dln01) asked a question.
Managing thousands of members in a database efficiently requires strategies to minimize the number of database calls and improve overall performance. Making thousands of individual database calls to fetch data for each member is not cost effecting so what can be ways to manage these members efficient?
Another, Suppose i want to update membership of thousands of members in a specific group so what are ways to update this large dataset in one update call and how can be suppose to send response for these members efficiently ?

Hello @dln01 (dln01) Thank you for posting on our Community page!
You should be able to achieve this though Group memberships with the SCIM API model, where groups memberships or attributes can be used with this, please see our docs below:
https://developer.okta.com/docs/concepts/scim/#publish-scim-based-provisioning-integrations
https://developer.okta.com/docs/guides/scim-provisioning-integration-connect/main/
Thank you for reaching out to our Community and have a great day!
--
Join the Ask Me Anything online event on June 13, 2024 to discuss the new Govern Okta Admin Roles feature with our Experts
Hello @Paul S. (Okta, Inc.) ,Thank you for your response!
I couldn't find a solution for the problem I reported to Okta support. The issue is how to update and retrieve membership information for groups containing tens of thousands of users in a SCIM application. Specifically, I need to know if there is pagination or any other method to get a response for the members of a group when the group has a large number of members (e.g., tens of thousands or more). Additionally, I need to confirm the presence of these members in the groups. Can you provide information on how to handle this in SCIM v2?