Absentify · Example Payload

Absentify Department Example

Software engineering team

Absence ManagementHRLeave ManagementMicrosoft TeamsHuman Resources

Absentify Department Example is an example object payload from Absentify, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamedescriptionparent_department_idmanager_idsallowance_ids

Example Payload

Raw ↑
{
  "id": "dep_01ABC",
  "name": "Engineering",
  "description": "Software engineering team",
  "parent_department_id": null,
  "manager_ids": [
    "mem_02DEF"
  ],
  "allowance_ids": []
}