# Employees Employees APIs ## List all employees - [GET /api/v1/employees](https://docs.onboarded.com/openapi/employees/getemployees.md) ## Create an employee - [POST /api/v1/employees](https://docs.onboarded.com/openapi/employees/createemployee.md) ## Get an employee by id - [GET /api/v1/employees/{id}](https://docs.onboarded.com/openapi/employees/getemployee.md) ## Update an employee - [PATCH /api/v1/employees/{id}](https://docs.onboarded.com/openapi/employees/updateemployee.md) ## Delete an employee by id - [DELETE /api/v1/employees/{id}](https://docs.onboarded.com/openapi/employees/deleteemployee.md) ## Get an employee onboarding url - [GET /api/v1/employees/{id}/onboarding](https://docs.onboarded.com/openapi/employees/getemployeeonboardingurl.md)