integrations.sh
← all integrations

amazonaws.com – identitystore

OpenAPI apis-guru cloud

The Identity Store service used by AWS IAM Identity Center (successor to AWS Single Sign-On) provides a single place to retrieve all of your identities (users and groups). For more information, see the .

 <note> <p>Although AWS Single Sign-On was renamed, the <code>sso</code> and <code>identitystore</code> API namespaces will continue to retain their original name for backward compatibility purposes. For more information, see <a href="https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html#renamed">IAM Identity Center rename</a>.</p> </note> <p>This reference guide describes the identity store operations that you can call programatically and includes detailed information about data types and errors.</p> 
Homepage
https://api.apis.guru/v2/specs/amazonaws.com:identitystore/2020-06-15.json
Provider
amazonaws.com:identitystore / identitystore
OpenAPI version
3.0.0
Spec (JSON)
https://api.apis.guru/v2/specs/amazonaws.com/identitystore/2020-06-15/openapi.json
Spec (YAML)
https://api.apis.guru/v2/specs/amazonaws.com/identitystore/2020-06-15/openapi.yaml

Tools (21)

Extracted live via the executor SDK.

  • xAmzTargetAwsIdentityStoreCreateGroup.createGroup

    Creates a group within the specified identity store.

  • xAmzTargetAwsIdentityStoreCreateGroupMembership.createGroupMembership

    Creates a relationship between a member and a group. The following identifiers must be specified: GroupId, IdentityStoreId, and MemberId.

  • xAmzTargetAwsIdentityStoreCreateUser.createUser

    Creates a user within the specified identity store.

  • xAmzTargetAwsIdentityStoreDeleteGroup.deleteGroup

    Delete a group within an identity store given GroupId.

  • xAmzTargetAwsIdentityStoreDeleteGroupMembership.deleteGroupMembership

    Delete a membership within a group given MembershipId.

  • xAmzTargetAwsIdentityStoreDeleteUser.deleteUser

    Deletes a user within an identity store given UserId.

  • xAmzTargetAwsIdentityStoreDescribeGroup.describeGroup

    Retrieves the group metadata and attributes from GroupId in an identity store.

  • xAmzTargetAwsIdentityStoreDescribeGroupMembership.describeGroupMembership

    Retrieves membership metadata and attributes from MembershipId in an identity store.

  • xAmzTargetAwsIdentityStoreDescribeUser.describeUser

    Retrieves the user metadata and attributes from the UserId in an identity store.

  • xAmzTargetAwsIdentityStoreGetGroupId.getGroupId

    Retrieves GroupId in an identity store.

  • xAmzTargetAwsIdentityStoreGetGroupMembershipId.getGroupMembershipId

    Retrieves the MembershipId in an identity store.

  • xAmzTargetAwsIdentityStoreGetUserId.getUserId

    Retrieves the UserId in an identity store.

  • xAmzTargetAwsIdentityStoreIsMemberInGroups.isMemberInGroups

    Checks the user's membership in all requested groups and returns if the member exists in all queried groups.

  • xAmzTargetAwsIdentityStoreListGroupMemberships.listGroupMemberships

    For the specified group in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.

  • xAmzTargetAwsIdentityStoreListGroupMembershipsForMember.listGroupMembershipsForMember

    For the specified member in the specified identity store, returns the list of all GroupMembership objects and returns results in paginated form.

  • xAmzTargetAwsIdentityStoreListGroups.listGroups

    Lists all groups in the identity store. Returns a paginated list of complete Group objects. Filtering for a Group by the DisplayName attribute is deprecated. Instead, use the GetGroupId API action.

  • xAmzTargetAwsIdentityStoreListUsers.listUsers

    Lists all users in the identity store. Returns a paginated list of complete User objects. Filtering for a User by the UserName attribute is deprecated. Instead, use the GetUserId API action.

  • xAmzTargetAwsIdentityStoreUpdateGroup.updateGroup

    For the specified group in the specified identity store, updates the group metadata and attributes.

  • xAmzTargetAwsIdentityStoreUpdateUser.updateUser

    For the specified user in the specified identity store, updates the user metadata and attributes.

  • openapi.previewSpec

    Preview an OpenAPI document before adding it as a source

  • openapi.addSource

    Add an OpenAPI source and register its operations as tools