Skip to content

Update User Hierarchy

connect_update_user_hierarchy R Documentation

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. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Value

An empty list.

Request syntax

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