Data retrieval APIs for Amazon Cognito Identity
Amazon Cognito Identity provides the following APIs for data retrieval.
Actions | Description | Access level |
---|---|---|
DescribeIdentity | Return metadata related to the given identity, including when the identity was created and any associated linked logins | Read |
DescribeIdentityPool | Get details about a particular identity pool, including the pool name, ID description, creation date, and current number of users | Read |
GetCredentialsForIdentity | Return credentials for the provided identity ID | Read |
GetIdentityPoolAnalytics | Get analytics data about the total current identity count for all identity pool identity provider (IdPs) | Read |
GetIdentityPoolDailyAnalytics | Get analytics data about the number of new identities and total identities for all identity pool identity providers (IdPs) | Read |
GetIdentityPoolRoles | Get the roles for an identity pool | Read |
GetIdentityProviderDailyAnalytics | Get analytics data about the number of new identities and total identities for one identity pool identity provider (IdPs) | Read |
GetOpenIdToken | Get an OpenID token, using a known Cognito ID | Read |
GetOpenIdTokenForDeveloperIdentity | Register (or retrieve) a Cognito IdentityId and an OpenID Connect token for a user authenticated by your backend authentication process | Read |
GetPrincipalTagAttributeMap | Get the principal tags for an identity pool and provider | Read |
ListIdentities | List the identities in an identity pool | List |
ListIdentityPools | List all of the Cognito identity pools registered for your account | List |
ListTagsForResource | List the tags that are assigned to an Amazon Cognito identity pool | Read |
LookupDeveloperIdentity | Retrieve the IdentityId associated with a DeveloperUserIdentifier or the list of DeveloperUserIdentifiers associated with an IdentityId for an existing identity | Read |