Employees

Number of APIs: 5

  1. 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

  2. Create Employee POST {{baseUrl}}/hris/employees?raw=false

  3. Get Employee GET {{baseUrl}}/hris/employees/:id?raw=false&pass_through[search]=San Francisco

  4. Update Employee PATCH {{baseUrl}}/hris/employees/:id?raw=false

  5. Delete Employee DELETE {{baseUrl}}/hris/employees/:id?raw=false