1 Answer
- Newest
- Most votes
- Most comments
0
The ListUsersInGroupAsync
method from AWSSDK.CognitoIdentityProvider defaults to returning a maximum of 25 users per request when the Limit
property is not explicitly set in the ListUsersInGroupRequest
. This default behavior is not clearly documented, causing confusion among developers expecting different results. It's advisable to check the AWS SDK documentation for Cognito Identity Provider for accurate information and consider providing feedback to AWS support for clarification and documentation updates. To retrieve more than 25 users, developers should explicitly set the Limit
property in their request.
Relevant content
- asked 5 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 9 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago