Learn R Programming

paws.security.identity (version 0.4.0)

cognitoidentityprovider_admin_add_user_to_group: Adds the specified user to the specified group

Description

Adds the specified user to the specified group.

See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_admin_add_user_to_group/ for full documentation.

Usage

cognitoidentityprovider_admin_add_user_to_group(
  UserPoolId,
  Username,
  GroupName
)

Arguments

UserPoolId

[required] The user pool ID for the user pool.

Username

[required] The username for the user.

GroupName

[required] The group name.