- Newest
- Most votes
- Most comments
Hello christiangda, apologies for taking so long to answer this. I understand your concern regarding the current limitations, especially when dealing with more than 50 users or 50 groups in AWS SSO. Regarding the timeline for allowing pagination for these endpoints, I don't have specific information about when this feature will be implemented. AWS continuously works on improving its services based on customer feedback, but I can't provide details on future release dates or specific feature implementations.
However, I can offer some suggestions and information that might be helpful:
Stay updated: Keep an eye on the AWS SSO documentation (see link below) and release notes for any updates regarding pagination support for these endpoints. Link ->> https://repost.aws/questions/QURqsaKxH9SqWYsBJ9UDdAPg/aws-sso-scim-api-listgroups-members
AWS Support: If this feature is critical for your use case, consider contacting AWS Support. They may be able to provide more information or escalate your request internally.
Workarounds: In the meantime, you might need to implement workarounds in your integration to handle the current limitations. This could involve making multiple API calls and combining the results on your end.
Feedback: Use the AWS feedback channels to express your need for this feature. Customer feedback is valuable for prioritizing improvements and new features.
Alternative approaches: Consider exploring other AWS identity and access management solutions that might better suit your needs for larger-scale integrations.
Best practices: Ensure you're following AWS SSO best practices for large-scale deployments, which might help mitigate some of the challenges you're facing.
Hopefully this provides you with some guidance.
Thank you for using AWS!
Brian
Relevant content
- asked 4 years ago
- asked 3 years ago
- asked 4 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago

This feature is really needed to properly manage SSO and identities.
At this time, there is not support for pagination or listing more than 50 users for SCIM implementations. Your options are to use your IDP to filter the query criteria (such as defining the username/e-mail which will return one result) or workaround this limitation and use the SDK/CLI directly:
https://docs.aws.amazon.com/singlesignon/latest/IdentityStoreAPIReference/API_ListUsers.html
We launched fully paginated AWS standard APIs for managing users and groups at scale in AWS IAM Identity Center.
https://aws.amazon.com/about-aws/whats-new/2022/09/aws-iam-identity-center-apis-manage-users-groups-scale/