View source: R/connect_operations.R
connect_list_traffic_distribution_group_users | R Documentation |
Lists traffic distribution group users.
See https://www.paws-r-sdk.com/docs/connect_list_traffic_distribution_group_users/ for full documentation.
connect_list_traffic_distribution_group_users(
TrafficDistributionGroupId,
MaxResults = NULL,
NextToken = NULL
)
TrafficDistributionGroupId |
[required] The identifier of the traffic distribution group. This can be the ID or the ARN if the API is being called in the Region where the traffic distribution group was created. The ARN must be provided if the call is from the replicated Region. |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.