:doc:`Organizations <../../organizations>` / Client / register_delegated_administrator

********************************
register_delegated_administrator
********************************



.. py:method:: Organizations.Client.register_delegated_administrator(**kwargs)

  

  Enables the specified member account to administer the Organizations features of the specified Amazon Web Services service. It grants read-only access to Organizations service data. The account still requires IAM permissions to access and administer the Amazon Web Services service.

   

  You can run this action only for Amazon Web Services services that support this feature. For a current list of services that support it, see the column *Supports Delegated Administrator* in the table at `Amazon Web Services Services that you can use with Organizations <https://docs.aws.amazon.com/organizations/latest/userguide/orgs_integrate_services_list.html>`__ in the *Organizations User Guide.*

   

  You can only call this operation from the management account.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/organizations-2016-11-28/RegisterDelegatedAdministrator>`_  


  **Request Syntax**
  ::

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

    The account ID number of the member account in the organization to register as a delegated administrator.

    

  
  :type ServicePrincipal: string
  :param ServicePrincipal: **[REQUIRED]** 

    The service principal of the Amazon Web Services service for which you want to make the member account a delegated administrator.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Organizations.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`Organizations.Client.exceptions.AccountAlreadyRegisteredException`

  
  *   :py:class:`Organizations.Client.exceptions.AccountNotFoundException`

  
  *   :py:class:`Organizations.Client.exceptions.AWSOrganizationsNotInUseException`

  
  *   :py:class:`Organizations.Client.exceptions.ConcurrentModificationException`

  
  *   :py:class:`Organizations.Client.exceptions.ConstraintViolationException`

  
  *   :py:class:`Organizations.Client.exceptions.InvalidInputException`

  
  *   :py:class:`Organizations.Client.exceptions.TooManyRequestsException`

  
  *   :py:class:`Organizations.Client.exceptions.ServiceException`

  
  *   :py:class:`Organizations.Client.exceptions.UnsupportedAPIEndpointException`

  