get_terminations
Retrieve terminated employee records within a specified date range for exit processing and compliance reporting in SuccessFactors.
Instructions
List terminated employees in a date range for exit processing and compliance.
Args: instance: The SuccessFactors instance/company ID from_date: Start of date range (YYYY-MM-DD) to_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 top: Maximum results (default: 100, max: 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| from_date | Yes | ||
| to_date | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| department | No | ||
| top | No |