Learn R Programming

paws.analytics (version 0.1.4)

quicksight_describe_user: Returns information about a user, given the user name

Description

Returns information about a user, given the user name.

Usage

quicksight_describe_user(UserName, AwsAccountId, Namespace)

Arguments

UserName

[required] The name of the user that you want to describe.

AwsAccountId

[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.

Namespace

[required] The namespace. Currently, you should set this to default.

Request syntax

svc$describe_user(
  UserName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)

Details

The permission resource is arn:aws:quicksight:us-east-1:<i>&lt;aws-account-id&gt;</i>:user/default/<i>&lt;user-name&gt;</i> .

The response is a user object that contains the user's Amazon Resource Name (ARN), AWS Identity and Access Management (IAM) role, and email address.

CLI Sample:

aws quicksight describe-user --aws-account-id=111122223333 --namespace=default --user-name=Pat