Description Usage Arguments Value Request syntax
View source: R/cognitoidentityprovider_operations.R
Adds the specified user to the specified group.
Calling this action requires developer credentials.
1 2 | cognitoidentityprovider_admin_add_user_to_group(UserPoolId, Username,
GroupName)
|
UserPoolId |
[required] The user pool ID for the user pool. |
Username |
[required] The username for the user. |
GroupName |
[required] The group name. |
An empty list.
1 2 3 4 5 | svc$admin_add_user_to_group(
UserPoolId = "string",
Username = "string",
GroupName = "string"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.