View source: R/cognitoidentityprovider_operations.R
cognitoidentityprovider_list_users_in_group | R Documentation |
Lists the users in the specified group.
See https://www.paws-r-sdk.com/docs/cognitoidentityprovider_list_users_in_group/ for full documentation.
cognitoidentityprovider_list_users_in_group(
UserPoolId,
GroupName,
Limit = NULL,
NextToken = NULL
)
UserPoolId |
[required] The user pool ID for the user pool. |
GroupName |
[required] The name of the group. |
Limit |
The maximum number of users that you want to retrieve before pagination. |
NextToken |
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.