Lists member users in a group.
quicksight_list_group_memberships(GroupName, NextToken, MaxResults,
AwsAccountId, Namespace)
A list with the following syntax:
list(
GroupMemberList = list(
list(
Arn = "string",
MemberName = "string"
)
),
NextToken = "string",
RequestId = "string",
Status = 123
)
[required] The name of the group that you want to see a membership list of.
A pagination token that can be used in a subsequent request.
The maximum number of results to return from this request.
[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.
[required] The namespace. Currently, you should set this to default
.
svc$list_group_memberships(
GroupName = "string",
NextToken = "string",
MaxResults = 123,
AwsAccountId = "string",
Namespace = "string"
)