AlexaForBusiness / Client / associate_contact_with_address_book

associate_contact_with_address_book#

AlexaForBusiness.Client.associate_contact_with_address_book(**kwargs)#

Associates a contact with a given address book.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.associate_contact_with_address_book(
    ContactArn='string',
    AddressBookArn='string'
)
Parameters:
  • ContactArn (string) –

    [REQUIRED]

    The ARN of the contact to associate with an address book.

  • AddressBookArn (string) –

    [REQUIRED]

    The ARN of the address book with which to associate the contact.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions