employee_RelationShipManager.getRoleBasedManager(String empId,String role)
The employee_RelationShipManager.getRoleBasedManager method allows you to get the role based maanger of an employee from the system.
Arguments
- emp id : The string type mandatory argument for employee id.
- role: The string type mandatory argument for the role for which you want to find out the manager.
Returns
Returns a json string with information of role based manager of the employee.
Errors
- Unauthorized Access: If access is not allowed to the employee whose apiKey is passed.
- InvalidEmp: If the employee id is invalid
Object Methods
Click on each of these links to know more about them: