Employees2 REST Endpoints
v2/Employees/Employees2
These APIs maintain the basic employees, excluding the information stored in dependent tables that already have supporting API's - employee visibility, employee roles and employee properties.
| Release | Description |
|---|---|
| 23.5 | Basic employees v2 introduced |
| 23.6 | Update endpoint will only update an existing record and will not insert a new record. |
- Add basic employees
- Method: postPath:
/config/sim/v2/employees/employees2 - Delete basic employees
- Method: postPath:
/config/sim/v2/employees/deleteEmployees2 - Get basic employees
- Method: postPath:
/config/sim/v2/employees/getEmployees2 - Pre-Delete basic employees
- Method: postPath:
/config/sim/v2/employees/preDeleteCheckEmployees2 - Update basic employees
- Method: postPath:
/config/sim/v2/employees/updateEmployees2