:doc:`AuditManager <../../auditmanager>` / Client / get_organization_admin_account

******************************
get_organization_admin_account
******************************



.. py:method:: AuditManager.Client.get_organization_admin_account()

  

  Gets the name of the delegated Amazon Web Services administrator account for a specified organization.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/auditmanager-2017-07-25/GetOrganizationAdminAccount>`_  


  **Request Syntax**
  ::

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

    
    ::

      {
          'adminAccountId': 'string',
          'organizationId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **adminAccountId** *(string) --* 

        The identifier for the administrator account.

        
      

      - **organizationId** *(string) --* 

        The identifier for the organization.

        
  
  **Exceptions**
  
  *   :py:class:`AuditManager.Client.exceptions.ValidationException`

  
  *   :py:class:`AuditManager.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`AuditManager.Client.exceptions.InternalServerException`

  
  *   :py:class:`AuditManager.Client.exceptions.ResourceNotFoundException`

  