Lists the users in the specified group.
cognitoidentityprovider_list_users_in_group(UserPoolId, GroupName,
Limit, NextToken)
[required] The user pool ID for the user pool.
[required] The name of the group.
The limit of the request to list users.
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.
svc$list_users_in_group( UserPoolId = "string", GroupName = "string", Limit = 123, NextToken = "string" )
Requires developer credentials.