Skip to content

Disassociate User Proficiencies

connect_disassociate_user_proficiencies R Documentation

Disassociates a set of proficiencies from a user

Description

Disassociates a set of proficiencies from a user.

Usage

connect_disassociate_user_proficiencies(InstanceId, UserId,
  UserProficiencies)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

UserId

[required] The identifier of the user account.

UserProficiencies

[required] The proficiencies to disassociate from the user.

Value

An empty list.

Request syntax

svc$disassociate_user_proficiencies(
  InstanceId = "string",
  UserId = "string",
  UserProficiencies = list(
    list(
      AttributeName = "string",
      AttributeValue = "string"
    )
  )
)