Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
aws
GitHub Repository: aws/aws-cli
Path: blob/develop/awscli/examples/cognito-idp/admin-set-user-settings.rst
1567 views
**To set user settings**

This example sets the MFA delivery preference for username [email protected] to EMAIL. 

Command::

  aws cognito-idp admin-set-user-settings --user-pool-id us-west-2_aaaaaaaaa --username [email protected] --mfa-options DeliveryMedium=EMAIL