connect_list_associated_contacts: Provides information about contact tree, a list of associated...

View source: R/connect_operations.R

connect_list_associated_contactsR Documentation

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

Description

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 Amazon Connect 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 Amazon Connect.

MaxResults

The maximum number of results to return per page.

The maximum number of results to return per page. The default MaxResult size is 25.

Valid Range: Minimum value of 1. Maximum value of 100.

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.


paws.customer.engagement documentation built on April 4, 2025, 3:34 a.m.