HR modules
Dashboard endpoints
GET /dashboard/home-summary— headcount, compliance heuristics, engagementGET /dashboard/recruiting-summary— recruiting metrics (jobs integration pending)
CCS (country configuration)
GET /ccs/versions— list CCS versions by countryGET /ccs/effective— effective rules for a countryPOST /ccs/versions— publish new version (hr:ccs:write)
Employee operations
Public tenant CRUD lives under/api/v1/hr/employees. Bulk import, payout configuration, and employment invites are documented in Swagger tags on EmployeesController.
Do not create employees only in payroll. Use HR as source of truth, then mirror to payroll.