Employees REST Endpoints
Employees
The Employees API lets you manage and maintain the employees and their entities in your Oracle IoT Connected Worker Cloud Service instance. Employees are users having a CW role and are associated with at least one project.
- Get an employee.
- Method: getPath:
/connectedWorker/clientapi/v2/employees/{employeeId}
- Get available static roles.
- Method: getPath:
/connectedWorker/clientapi/v2/employees/roles
- Get current location(s) of an employee.
- Method: getPath:
/connectedWorker/clientapi/v2/employees/{employeeId}/locations
- Get currently logged-in employee.
- Method: getPath:
/connectedWorker/clientapi/v2/employees/myself
- Get employees.
- Method: getPath:
/connectedWorker/clientapi/v2/employees