v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBTimeoff > PolicyAssignment
Creates a Policy assignment
Create a Time off Policy Assignment
post/api/2026-07-01/resources/timeoff/policy_assignments
Request body
Example request
{
"timeoff_policy_id": "1",
"employee_id": "1",
"effective_at": "2024-01-01"
}Response
CREATED
Example response
{
"id": "1",
"timeoff_policy_id": "1",
"employee_id": "1",
"effective_at": "2024-01-01"
}