Is it possible to find which user (within a user pool) a given cognito identity belongs to. In the AWS Console? Programmatically ?
In a Cognito Identity Pool, identities look like <region>:<guid>
. When those identities come from a Cognito User Pool, then in the AWS Console, we can click on the identity and get access to some information. That information is limited to DateCreated
and LinkedLogin=cognito-idp.<region>.amazonaws.com/<userpool_id>
which only tells you this identity comes from Cognito User Pool and which pool, but that is far from actually useful. Can we actually tell which user within the user pool?