Lists all user groups in Amazon QuickSight.
quicksight_list_groups(AwsAccountId, NextToken, MaxResults, Namespace)
[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.
A pagination token that can be used in a subsequent request.
The maximum number of results to return.
[required] The namespace. Currently, you should set this to default
.
A list with the following syntax:
list( GroupList = list( list( Arn = "string", GroupName = "string", Description = "string", PrincipalId = "string" ) ), NextToken = "string", RequestId = "string", Status = 123 )
svc$list_groups( AwsAccountId = "string", NextToken = "string", MaxResults = 123, Namespace = "string" )