Returns information about a user, given the user name.
quicksight_describe_user(UserName, AwsAccountId, Namespace)
A list with the following syntax:
list(
User = list(
Arn = "string",
UserName = "string",
Email = "string",
Role = "ADMIN"|"AUTHOR"|"READER"|"RESTRICTED_AUTHOR"|"RESTRICTED_READER",
IdentityType = "IAM"|"QUICKSIGHT",
Active = TRUE|FALSE,
PrincipalId = "string",
CustomPermissionsName = "string"
),
RequestId = "string",
Status = 123
)
[required] The name of the user that you want to describe.
[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
.
svc$describe_user(
UserName = "string",
AwsAccountId = "string",
Namespace = "string"
)