AWS Identity Store
Users, groups, and group memberships scoped by IdentityStoreId. Pairs with SSO Admin (permission sets and account assignments) for full IAM Identity Center coverage.
Endpoint: http://localhost:4566Signing name: identitystoreProtocol: AWS-JSON 1.1 (X-Amz-Target prefix: AWSIdentityStore)
Operations
| Group | Operations |
|---|---|
| Users | CreateUser, DescribeUser, GetUserId, ListUsers, UpdateUser, DeleteUser |
| Groups | CreateGroup, DescribeGroup, ListGroups, UpdateGroup, DeleteGroup |
| Memberships | CreateGroupMembership, DescribeGroupMembership, ListGroupMemberships, ListGroupMembershipsForMember, DeleteGroupMembership |
Behavior notes
- All resources are scoped by
IdentityStoreId; pass any string (e.g.d-1234567890) — the emulator does not enforce a directory existing. GetUserIdresolves a user byAlternateIdentifier.UniqueAttribute.AttributeValue, matching againstUserName.DeleteUsercascades to remove every group membership the user belongs to.DeleteGroupcascades to remove every membership in the group.UpdateUser/UpdateGroupaccept the SCIM-styleOperationsarray and patchdisplayName,title,userType, anddescriptionfields.