:doc:`MailManager <../../mailmanager>` / Client / register_member_to_address_list

*******************************
register_member_to_address_list
*******************************



.. py:method:: MailManager.Client.register_member_to_address_list(**kwargs)

  

  Adds a member to an address list.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/mailmanager-2023-10-17/RegisterMemberToAddressList>`_  


  **Request Syntax**
  ::

    response = client.register_member_to_address_list(
        AddressListId='string',
        Address='string'
    )
    
  :type AddressListId: string
  :param AddressListId: **[REQUIRED]** 

    The unique identifier of the address list where the address should be added.

    

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

    The address to be added to the address list.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`MailManager.Client.exceptions.ValidationException`

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

  
  *   :py:class:`MailManager.Client.exceptions.ServiceQuotaExceededException`

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

  
  *   :py:class:`MailManager.Client.exceptions.ThrottlingException`

  