how to get list of users based on created date/updated date from cognito
问题 I am trying to fetch users from cognito with sub and created date , able to fetch the user using sub but its not accepting for created date, as this is not attribute to pass for filter, below is the code for the same , i wan to pass created in filter Filter="created ="2020-06-30"" import boto3 client = boto3.client('cognito-idp',region_name='us-east-2', aws_access_key_id='XXXXXX', aws_secret_access_key='XXXXXXX', ) response1 = client.list_users(UserPoolId='us-east-2_XXXXXX',AttributesToGet= [