

*************
IdentityStore
*************



======
Client
======



.. py:class:: IdentityStore.Client

  A low-level client representing AWS SSO Identity Store (IdentityStore)
  

  The Identity Store service used by IAM Identity Center provides a single place to retrieve all of your identities (users and groups). For more information, see the `IAM Identity Center User Guide <https://docs.aws.amazon.com/singlesignon/latest/userguide/what-is.html>`__.

   

  This reference guide describes the identity store operations that you can call programmatically and includes detailed information about data types and errors.

   

  .. note::

    

    IAM Identity Center uses the ``sso``, ``sso-directory``, and ``identitystore`` API namespaces. The ``sso-directory`` and ``identitystore`` namespaces authorize access to data in the Identity Store. Make sure your policies with IAM actions from these two namespaces are consistent to avoid conflicting authorization to the same data.

    

  ::

    
    import boto3
    
    client = boto3.client('identitystore')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  identitystore/client/can_paginate
  identitystore/client/close
  identitystore/client/create_group
  identitystore/client/create_group_membership
  identitystore/client/create_user
  identitystore/client/delete_group
  identitystore/client/delete_group_membership
  identitystore/client/delete_user
  identitystore/client/describe_group
  identitystore/client/describe_group_membership
  identitystore/client/describe_user
  identitystore/client/get_group_id
  identitystore/client/get_group_membership_id
  identitystore/client/get_paginator
  identitystore/client/get_user_id
  identitystore/client/get_waiter
  identitystore/client/is_member_in_groups
  identitystore/client/list_group_memberships
  identitystore/client/list_group_memberships_for_member
  identitystore/client/list_groups
  identitystore/client/list_users
  identitystore/client/update_group
  identitystore/client/update_user


==========
Paginators
==========


Paginators are available on a client instance via the ``get_paginator`` method. For more detailed instructions and examples on the usage of paginators, see the paginators `user guide <https://boto3.amazonaws.com/v1/documentation/api/latest/guide/paginators.html>`_.

The available paginators are:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  identitystore/paginator/ListGroupMemberships
  identitystore/paginator/ListGroupMembershipsForMember
  identitystore/paginator/ListGroups
  identitystore/paginator/ListUsers
