:doc:`Chime <../../chime>` / Client / get_account_settings

********************
get_account_settings
********************



.. py:method:: Chime.Client.get_account_settings(**kwargs)

  

  Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dialout settings. For more information about these settings, see `Use the Policies Page <https://docs.aws.amazon.com/chime/latest/ag/policies.html>`__ in the *Amazon Chime Administration Guide*.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/GetAccountSettings>`_  


  **Request Syntax**
  ::

    response = client.get_account_settings(
        AccountId='string'
    )
    
  :type AccountId: string
  :param AccountId: **[REQUIRED]** 

    The Amazon Chime account ID.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'AccountSettings': {
              'DisableRemoteControl': True|False,
              'EnableDialOut': True|False
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **AccountSettings** *(dict) --* 

        The Amazon Chime account settings.

        
        

        - **DisableRemoteControl** *(boolean) --* 

          Setting that stops or starts remote control of shared screens during meetings.

          
        

        - **EnableDialOut** *(boolean) --* 

          Setting that allows meeting participants to choose the **Call me at a phone number** option. For more information, see `Join a Meeting without the Amazon Chime App <https://docs.aws.amazon.com/chime/latest/ug/chime-join-meeting.html>`__.

          
    
  
  **Exceptions**
  
  *   :py:class:`Chime.Client.exceptions.UnauthorizedClientException`

  
  *   :py:class:`Chime.Client.exceptions.NotFoundException`

  
  *   :py:class:`Chime.Client.exceptions.BadRequestException`

  
  *   :py:class:`Chime.Client.exceptions.ForbiddenException`

  
  *   :py:class:`Chime.Client.exceptions.ThrottledClientException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Chime.Client.exceptions.ServiceFailureException`

  