paws.analytics (version 0.1.0)

quicksight_list_users: Returns a list of all of the Amazon QuickSight users belonging to this account

Description

Returns a list of all of the Amazon QuickSight users belonging to this account.

Usage

quicksight_list_users(AwsAccountId, NextToken, MaxResults, Namespace)

Arguments

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.

NextToken

A pagination token that can be used in a subsequent request.

MaxResults

The maximum number of results to return from this request.

Namespace

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

Request syntax

svc$list_users(
  AwsAccountId = "string",
  NextToken = "string",
  MaxResults = 123,
  Namespace = "string"
)

Details

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

The response is a list of user objects, containing each user's Amazon Resource Name (ARN), AWS Identity and Access Management (IAM) role, and email address.

CLI Sample:

aws quicksight list-users --aws-account-id=111122223333 --namespace=default