Employees2 REST Endpoints
v1/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.3 | Starting with the API release 23.3, the Simphony-OrgShortName parameter will be ignored. The API will use the authentication token to determine which organization the API account has access to. |
23.3.1 | First introduced in this version. |
- Add basic employees
- Method: postPath:
/config/sim/v1/employees/employees2
- Delete basic employees
- Method: postPath:
/config/sim/v1/employees/deleteEmployees2
- Get basic employees
- Method: postPath:
/config/sim/v1/employees/getEmployees2
- Pre-Delete basic employees
- Method: postPath:
/config/sim/v1/employees/preDeleteCheckEmployees2
- Update basic employees
- Method: postPath:
/config/sim/v1/employees/updateEmployees2