v3

latestSwagger 2.02026-08-067506752.0 MB
calendar

List employees who match this holiday calendar and at least one other, with every calendar they match

get/v2/org/{orgId}/calendar/{calendarId}/eligibility-conflicts

Path parameters

orgIdstring required

Org identifier (either id or slug)

calendarIdstring required

Calendar id

Response

successful operation

Example response

{
  "conflicts": [
    {
      "personId": "588f7ee98f138b19220041a7",
      "calendars": [
        {
          "calendarId": "588f7ee98f138b19220041a7"
        }
      ]
    }
  ]
}