paws.security.identity (version 0.1.0)

cognitoidentityprovider_admin_add_user_to_group: Adds the specified user to the specified group

Description

Adds the specified user to the specified group.

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.

Request syntax

svc$admin_add_user_to_group(
  UserPoolId = "string",
  Username = "string",
  GroupName = "string"
)

Details

Requires developer credentials.