Skip to contents

Provides information about contact tree, a list of associated contacts with a unique identifier.

See https://www.paws-r-sdk.com/docs/connect_list_associated_contacts/ for full documentation.

Usage

connect_list_associated_contacts(
  InstanceId,
  ContactId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

InstanceId

[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

ContactId

[required] The identifier of the contact in this instance of Connect Customer.

MaxResults

The maximum number of results to return per page.

NextToken

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.