Absence.io · Schema

ReasonType

An absence reason type (e.g., vacation, sick leave, parental leave).

AbsencesEmployeesLeave ManagementHR

Properties

Name Type Description
_id string Unique identifier of the reason type.
name string Display name of the absence reason.
color string Color code for displaying this absence type in the calendar.
requiresApproval boolean Whether absences of this type require manager approval.
affectsAllowance boolean Whether absences of this type count against the employee's allowance.
View JSON Schema on GitHub