get_new_hires
Retrieve recent and upcoming employee hires from SuccessFactors for onboarding planning. Filter by date range and department to view job details.
Instructions
List recent and upcoming new hires for onboarding planning.
Shows employees hired within a date range with their job details.
Args: instance: The SuccessFactors instance/company ID start_date_from: Show hires starting on or after this date (YYYY-MM-DD) start_date_to: Show hires starting on or before this date (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 | ||
| start_date_from | Yes | ||
| start_date_to | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| department | No | ||
| top | No |