Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.ListUsers C# (CSharp) Method

ListUsers() public method

Lists the users in the Amazon Cognito user pool.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public ListUsers ( ListUsersRequest request ) : ListUsersResponse
request Amazon.CognitoIdentityProvider.Model.ListUsersRequest Container for the necessary parameters to execute the ListUsers service method.
return Amazon.CognitoIdentityProvider.Model.ListUsersResponse
        public ListUsersResponse ListUsers(ListUsersRequest request)
        {
            var marshaller = new ListUsersRequestMarshaller();
            var unmarshaller = ListUsersResponseUnmarshaller.Instance;

            return Invoke<ListUsersRequest,ListUsersResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient