Updates an Amazon QuickSight user.
quicksight_update_user(UserName, AwsAccountId, Namespace, Email, Role)
[required] The Amazon QuickSight user name that you want to update.
[required] The ID for the AWS account that the user is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
[required] The namespace. Currently, you should set this to default
.
[required] The email address of the user that you want to update.
[required] The Amazon QuickSight role of the user. The user role can be one of the following:
READER
: A user who has read-only access to dashboards.
AUTHOR
: A user who can create data sources, datasets, analyses,
and dashboards.
ADMIN
: A user who is an author, who can also manage Amazon
QuickSight settings.
svc$update_user( UserName = "string", AwsAccountId = "string", Namespace = "string", Email = "string", Role = "ADMIN"|"AUTHOR"|"READER"|"RESTRICTED_AUTHOR"|"RESTRICTED_READER" )