manager/assignemployee
Parameters:
p1: partition username
p2: manager username
p3: employee username
Return Type:
Boolean (true or false)
Description:
Assign user to manager. This call will be unsuccessful (will return false) if (1) the manager is not in fact a manager or (2) the employee is a manager with 1 or more employees and the manager that this employee would be assigned to is below this employee within the manager hierarchy. If successful, and the 'employee' being assigned is a manager, the entire tree of managers and employees below them will be moved.