Searches contacts in an Connect Customer instance
Source:R/connect_operations.R
connect_search_contacts.RdSearches contacts in an Connect Customer instance.
See https://www.paws-r-sdk.com/docs/connect_search_contacts/ for full documentation.
Usage
connect_search_contacts(
InstanceId,
TimeRange,
SearchCriteria = NULL,
MaxResults = NULL,
NextToken = NULL,
Sort = NULL
)Arguments
- InstanceId
[required] The identifier of Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- TimeRange
[required] Time range that you want to search results.
- SearchCriteria
The search criteria to be used to return contacts.
- 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.
- Sort
Specifies a field to sort by and a sort order.