Adds an Amazon QuickSight user to an Amazon QuickSight group.
quicksight_create_group_membership(MemberName, GroupName, AwsAccountId,
Namespace)
[required] The name of the user that you want to add to the group membership.
[required] The name of the group that you want to add the user to.
[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$create_group_membership( MemberName = "string", GroupName = "string", AwsAccountId = "string", Namespace = "string" )