January 2019
Intermediate to advanced
490 pages
15h 37m
English
User sign-up with admin confirmation is similar to self-confirmation, as indicated by the following steps:
aws cognito-idp sign-up \ --client-id 4s69op0v8es2cojl5ncjql2v4g \ --username testuser4 \ --password Passw0rd$
The email is optional here, since the user will be confirmed by an admin. However, you may specify an email and it will send the verification code, as we had specified the email as an AutoVerifiedAttributes while creating the user pool.
If this is successful, you should get the following response:

Read now
Unlock full access