Learn R Programming

paws.analytics (version 0.1.11)

quicksight_create_group_membership: Adds an Amazon QuickSight user to an Amazon QuickSight group

Description

Adds an Amazon QuickSight user to an Amazon QuickSight group.

Usage

quicksight_create_group_membership(MemberName, GroupName, AwsAccountId,
  Namespace)

Arguments

MemberName

[required] The name of the user that you want to add to the group membership.

GroupName

[required] The name of the group that you want to add the user to.

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.

Namespace

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

Value

A list with the following syntax:

list(
  GroupMember = list(
    Arn = "string",
    MemberName = "string"
  ),
  RequestId = "string",
  Status = 123
)

Request syntax

svc$create_group_membership(
  MemberName = "string",
  GroupName = "string",
  AwsAccountId = "string",
  Namespace = "string"
)