connect_list_traffic_distribution_group_users: Lists traffic distribution group users

View source: R/connect_operations.R

connect_list_traffic_distribution_group_usersR Documentation

Lists traffic distribution group users

Description

Lists traffic distribution group users.

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

Usage

connect_list_traffic_distribution_group_users(
  TrafficDistributionGroupId,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.