Skip to content

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

GroupOperations
UsersCreateUser, DescribeUser, GetUserId, ListUsers, UpdateUser, DeleteUser
GroupsCreateGroup, DescribeGroup, ListGroups, UpdateGroup, DeleteGroup
MembershipsCreateGroupMembership, 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.
  • GetUserId resolves a user by AlternateIdentifier.UniqueAttribute.AttributeValue, matching against UserName.
  • DeleteUser cascades to remove every group membership the user belongs to. DeleteGroup cascades to remove every membership in the group.
  • UpdateUser / UpdateGroup accept the SCIM-style Operations array and patch displayName, title, userType, and description fields.

Released under MIT / Apache-2.0 License