Use the UpdateUser
operation to update an Amazon QuickSight user. To use this operation, you need the ID of the user that you want to delete. You can use the ListUsers
operation to list all users and their corresponding user IDs.
Following is an example AWS CLI command for this operation.
aws quicksight update-user --aws-account-id
555555555555
--usernameUSERNAME
--namespaceNAMESPACE
--emailjohndoe@example.com
--roleROLE
You can also make this command using a CLI skeleton file with the following command. For more information about CLI skeleton files, see Use CLI skeleton files.
aws quicksight update-user --cli-input-json file://
updateuser
.json
For more information about UpdateUser
operation, see UpdateUserin the Amazon QuickSight API Reference.