Closed as not planned
Description
Which Category is your question related to?
Auth, Storage
What AWS Services are you utilizing?
Cognito, AWS AppSync, Lambda, Storage
Provide additional details e.g. code snippets
as mentioned in #2203 I need each users IdentityID
to just to read protected
images stored in S3.
It also mentions that you can get current user's IdenitityID
by
const cred = await Auth.currentCredentials()
console.log('Identity Id', cred.identityId)
But how do I get IdentityID
after I listUsers
from admin queries?