Amazon Cognito · Capability
Amazon Cognito Identity Management Workflow
Unified workflow for identity and access management engineers to manage Cognito user pools, user accounts, groups, and federated identity pools. Combines the Identity Provider and Federated Identity APIs for complete user lifecycle and credential management.
What You Can Do
GET
List user pools
— List all user pools
/v1/user-pools
POST
Create user pool
— Create a new user pool
/v1/user-pools
GET
List users
— List users in a user pool
/v1/user-pools/{userPoolId}/users
POST
Create user
— Create a user in a user pool
/v1/user-pools/{userPoolId}/users
GET
List groups
— List user groups
/v1/user-pools/{userPoolId}/groups
GET
List identity pools
— List all federated identity pools
/v1/identity-pools
POST
Create identity pool
— Create a federated identity pool
/v1/identity-pools
MCP Tools
list-user-pools
List all Cognito user pools in the account
read-only
create-user-pool
Create a new Cognito user pool for authentication
describe-user-pool
Get configuration details of a Cognito user pool
read-only
list-users
List users in a Cognito user pool
read-only
create-user
Create a new user account in a Cognito user pool
get-user
Get details of a specific user in a Cognito user pool
read-only
list-groups
List user groups in a Cognito user pool
read-only
list-identity-pools
List all federated identity pools
read-only
create-identity-pool
Create a federated identity pool for credential vending
describe-identity-pool
Get details of a federated identity pool
read-only
APIs Used
cognito-idp
cognito-identity