Employees
Number of APIs: 5
-
List Employees GET {{baseUrl}}/hris/employees?raw=false&limit=1&filter[email]=elon@tesla.com&filter[first_name]=Elon&filter[last_name]=Musk&filter[title]=Manager&filter[manager_id]=1234&filter[employment_status]=active&filter[employee_number]=123456-AB&filter[department_id]=1234&sort[by]=created_at&sort[direction]=desc&pass_through[search]=San Francisco
-
Create Employee POST {{baseUrl}}/hris/employees?raw=false
-
Get Employee GET {{baseUrl}}/hris/employees/:id?raw=false&pass_through[search]=San Francisco
-
Update Employee PATCH {{baseUrl}}/hris/employees/:id?raw=false
-
Delete Employee DELETE {{baseUrl}}/hris/employees/:id?raw=false