paws.analytics (version 0.1.0)

quicksight_list_groups: Lists all user groups in Amazon QuickSight

Description

Lists all user groups in Amazon QuickSight.

Usage

quicksight_list_groups(AwsAccountId, NextToken, MaxResults, Namespace)

Arguments

AwsAccountId

[required] The ID for the AWS account that the group 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.

Namespace

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

Request syntax

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

Details

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

The response is a list of group objects.

CLI Sample:

aws quicksight list-groups -\-aws-account-id=111122223333 -\-namespace=default