Actions
Check Who Is Off
Check who’s out for the specified period. It will return a date-sorted list of employees who will be out and company holidays for the given period of time.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| End Date | End period date. |
| Start Date | Start period date. |
{
"calendar": {
"item": [
{
"request": "",
"employee": "John Smith",
"start": "2012-11-16",
"end": "2012-11-17"
},
{
"holiday": "Thanksgiving Day",
"start": "2012-11-22",
"end": "2012-11-22"
}
]
}
}
Was this page helpful?