cognitoidentityprovider_admin_add_user_to_group: Adds the specified user to the specified group

View source: R/cognitoidentityprovider_operations.R

cognitoidentityprovider_admin_add_user_to_groupR Documentation

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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.