Skip to content

Disassociate Traffic Distribution Group User

connect_disassociate_traffic_distribution_group_user R Documentation

Disassociates an agent from a traffic distribution group

Description

Disassociates an agent from a traffic distribution group. This API can be called only in the Region where the traffic distribution group is created.

Usage

connect_disassociate_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 for the user. 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.

Value

An empty list.

Request syntax

svc$disassociate_traffic_distribution_group_user(
  TrafficDistributionGroupId = "string",
  UserId = "string",
  InstanceId = "string"
)