January 2019
Intermediate to advanced
490 pages
15h 37m
English
The server-side authentication flow is used with admin APIs, as follows:
aws cognito-idp admin-create-user \ --user-pool-id us-east-1_fYsb1Gyec \ --username testuser \ --temporary-password Passw0rd$ \ --profile admin
Remember to replace the user-pool-id value with your user pool id. If it is successful, this command will provide the following output:

Note that the default user status is FORCE_CHANGE_PASSWORD. The user will be provided with a NEW_PASSWORD_REQUIRED challenge after the first login.
aws cognito-idp ...
Read now
Unlock full access