get_user_list_from_cognito {RCognito} | R Documentation |
Get User List from Cognito
Description
Retrieve the list of usernames and email addresses from Cognito.
Usage
get_user_list_from_cognito(cognito_client, userpool)
Arguments
cognito_client |
The Cognito client. |
userpool |
A character string representing the user pool ID. |
Value
A list containing usernames and email addresses.
[Package RCognito version 0.1.0 Index]