Base URL https://api.cube-hr.co.uk/api/v1
10 endpoints
Department and team structure management.
/departments
Get all departments for the company, optionally filtered.
Create a new department.
/departments/{uuid}
Get a specific department with employee list.
Update a department.
Soft-delete a department. Cannot delete if active employees are assigned.
/teams
Get all teams for the company.
Create a new team, optionally within a department.
/teams/{uuid}
Get a specific team with member list.
Update a team.
Soft-delete a team.