connect_associate_traffic_distribution_group_user {paws.customer.engagement} | R Documentation |
Associates an agent with a traffic distribution group
Description
Associates an agent with a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.
See https://www.paws-r-sdk.com/docs/connect_associate_traffic_distribution_group_user/ for full documentation.
Usage
connect_associate_traffic_distribution_group_user(
TrafficDistributionGroupId,
UserId,
InstanceId
)
Arguments
TrafficDistributionGroupId |
[required] The identifier of the traffic distribution group. This can be the ID or the ARN of the traffic distribution group. |
UserId |
[required] The identifier of the user account. This can be the ID or the ARN of the user. |
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
[Package paws.customer.engagement version 0.9.0 Index]