cognitoidentityprovider_admin_get_user: Gets the specified user by user name in a user pool as an administrator
Description
Gets the specified user by user name in a user pool as an administrator.
Works on any user.
Usage
cognitoidentityprovider_admin_get_user(UserPoolId, Username)
Arguments
UserPoolId
[required] The user pool ID for the user pool where you want to get information
about the user.
Username
[required] The user name of the user you wish to retrieve.
Request syntax
svc$admin_get_user(
UserPoolId = "string",
Username = "string"
)
Details
Requires developer credentials.