:doc:`IAM <../../iam>` / Client / list_organizations_features

***************************
list_organizations_features
***************************



.. py:method:: IAM.Client.list_organizations_features()

  

  Lists the centralized root access features enabled for your organization. For more information, see `Centrally manage root access for member accounts <https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#id_root-user-access-management>`__.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/ListOrganizationsFeatures>`_  


  **Request Syntax**
  ::

    response = client.list_organizations_features()
    
    
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'OrganizationId': 'string',
          'EnabledFeatures': [
              'RootCredentialsManagement'|'RootSessions',
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **OrganizationId** *(string) --* 

        The unique identifier (ID) of an organization.

        
      

      - **EnabledFeatures** *(list) --* 

        Specifies the features that are currently available in your organization.

        
        

        - *(string) --* 
    
  
  **Exceptions**
  
  *   :py:class:`IAM.Client.exceptions.ServiceAccessNotEnabledException`

  
  *   :py:class:`IAM.Client.exceptions.AccountNotManagementOrDelegatedAdministratorException`

  
  *   :py:class:`IAM.Client.exceptions.OrganizationNotFoundException`

  
  *   :py:class:`IAM.Client.exceptions.OrganizationNotInAllFeaturesModeException`

  