Learn R Programming

paws.customer.engagement (version 0.1.6)

connect_update_user_hierarchy: Assigns the specified hierarchy group to the specified user

Description

Assigns the specified hierarchy group to the specified user.

Usage

connect_update_user_hierarchy(HierarchyGroupId, UserId, InstanceId)

Arguments

HierarchyGroupId

The identifier of the hierarchy group.

UserId

[required] The identifier of the user account.

InstanceId

[required] The identifier of the Amazon Connect instance.

Request syntax

svc$update_user_hierarchy(
  HierarchyGroupId = "string",
  UserId = "string",
  InstanceId = "string"
)