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