manager/moveemployees
Parameters:
p1: partition username
p2: source manager username
p3: destination manager username
Return Type:
Boolean (true or false)
Description:
Moves all employees (including the tree of managers and any employees below them) beneath the source manager to the destination manager.
This call will be unsuccessful (will return false) if (1) both managers are not in fact managers or (2) the destination manager is below the source manager within the manager hierarchy. If the destination manager is above or parallel to the source manager, or the destination manager is in an entirely seperate 'branch' of the hierarchy, it will be successful.