View source: R/connect_operations.R
connect_search_contacts | R Documentation |
Searches contacts in an Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_search_contacts/ for full documentation.
connect_search_contacts(
InstanceId,
TimeRange,
SearchCriteria = NULL,
MaxResults = NULL,
NextToken = NULL,
Sort = NULL
)
InstanceId |
[required] The identifier of Amazon Connect 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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.