Path: blob/develop/awscli/examples/cognito-idp/admin-update-user-attributes.rst
1567 views
**To update user attributes** This example updates a custom user attribute CustomAttr1 for user [email protected]. Command:: aws cognito-idp admin-update-user-attributes --user-pool-id us-west-2_aaaaaaaaa --username [email protected] --user-attributes Name="custom:CustomAttr1",Value="Purple"