Last chance! 50% off unlimited learning
Sale ends in
Adds the specified user to the specified group.
Calling this action requires developer credentials.
cognitoidentityprovider_admin_add_user_to_group(UserPoolId, Username,
GroupName)
[required] The user pool ID for the user pool.
[required] The username for the user.
[required] The group name.
An empty list.
svc$admin_add_user_to_group( UserPoolId = "string", Username = "string", GroupName = "string" )