6 endpoints

# Employee Templates

Onboarding checklist templates for new employees.

GET`/employee-templates`List Employee TemplatesGet all employee onboarding templates.

POST`/employee-templates`Create Employee TemplateCreate an employee onboarding template.

GET`/employee-templates/{uuid}`Get Employee TemplateGet an employee template.

PUT`/employee-templates/{uuid}`Update Employee TemplateUpdate an employee template.

DELETE`/employee-templates/{uuid}`Delete Employee TemplateDelete an employee template.

POST`/employee-templates/{uuid}/apply/{employee_uuid}`Apply Template to EmployeeApply an onboarding template to a specific employee.

---

**URL:** https://cube-hr.co.uk/docs/employee-templates
