get_upcoming_time_off
Retrieve approved or pending team absences within a specified date range from SuccessFactors. Filter results by department, manager, or approval status to view team availability.
Instructions
See who is out or taking time off in a date range (team absence calendar).
Shows all approved (or pending) absences for a period. Filter by department or manager to see just your team.
Args: instance: The SuccessFactors instance/company ID start_date: Start of date range (YYYY-MM-DD) end_date: End of date range (YYYY-MM-DD) data_center: SAP data center code (e.g., 'DC55', 'DC10', 'DC4') environment: Environment type ('preview', 'production', 'sales_demo') auth_user_id: SuccessFactors user ID for authentication (required) auth_password: SuccessFactors password for authentication (required) department: Filter by department name or code manager_id: Filter to a specific manager's team status: Filter by approval status: 'approved', 'pending', or 'all' (default: 'approved') top: Maximum results (default: 200, max: 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| start_date | Yes | ||
| end_date | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| department | No | ||
| manager_id | No | ||
| status | No | approved | |
| top | No |