paws.analytics (version 0.1.0)

quicksight_list_user_groups: Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of

Description

Lists the Amazon QuickSight groups that an Amazon QuickSight user is a member of.

Usage

quicksight_list_user_groups(UserName, AwsAccountId, Namespace,
  NextToken, MaxResults)

Arguments

UserName

[required] The Amazon QuickSight user name that you want to list group memberships for.

AwsAccountId

[required] The AWS Account ID 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.

NextToken

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

MaxResults

The maximum number of results to return from this request.

Request syntax

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

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 one or more group objects.

CLI Sample:

aws quicksight list-user-groups -\-user-name=Pat -\-aws-account-id=111122223333 -\-namespace=default -\-region=us-east-1