get_time_off_balances
Check vacation, PTO, and sick leave balances for employees in SuccessFactors. Quickly answer 'How much PTO do I have?' for single or multiple employees.
Instructions
Check vacation, PTO, and sick leave balances for one or more employees.
Quickly answer 'How much PTO do I have?' for any employee. Supports checking multiple employees at once.
Args: instance: The SuccessFactors instance/company ID user_ids: Employee user ID(s) - single ID or comma-separated (max 50) 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) as_of_date: Check balance as of this date (YYYY-MM-DD). Defaults to today.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| user_ids | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| as_of_date | No |