Skip to content Skip to sidebar Skip to footer

Aws Cognito- Get User Information With Id

Is there any way to get information about the user in AWS Cognito pool (on android) who is not logged in, knowing his ID? I tried that code: AppHelper.getPool().getUser(username).

Solution 1:

No, there is not.

You get get user information given the user name by calling AdminGetUser from you backend with your developer credentials but not from an Android client.

Post a Comment for "Aws Cognito- Get User Information With Id"