Create a Cognito Test User

Awesome! Thanks for sharing!

Iā€™m following up with a reply just in case another user runs into this issue. You likely left this box checked. It is by default.

1 Like

having issues with the AdminConfirmSignUp part.
It is asking for more parameters such as keyID and date.

Can you show me the full error and the command you used?

If you are stuck on Email Verified = False, you can use this command to update it to true.

aws cognito-idp admin-update-user-attributes
--user-pool-id eu-west-xxxxxx
--username mailto:xxxxyyyy@example.com
--user-attributes Name=email_verified,Value=true
1 Like

this solution is working fine for me,

solution:- python - How to fix user pool ******** does not exist in boto3 - Stack Overflow