Updates the user hierarchy structure: add, remove, and rename user hierarchy levels.
connect_update_user_hierarchy_structure(HierarchyStructure, InstanceId)
An empty list.
[required] The hierarchy levels to update.
[required] The identifier of the Amazon Connect instance.
svc$update_user_hierarchy_structure(
HierarchyStructure = list(
LevelOne = list(
Name = "string"
),
LevelTwo = list(
Name = "string"
),
LevelThree = list(
Name = "string"
),
LevelFour = list(
Name = "string"
),
LevelFive = list(
Name = "string"
)
),
InstanceId = "string"
)