get_employee_history
Retrieve an employee's complete job history including promotions, transfers, title changes, and optionally salary data to analyze career progression within SuccessFactors.
Instructions
View an employee's job history including promotions, transfers, and title changes.
Shows chronological job records with title, department, location, and manager for each period. Useful for reviewing career progression.
Args: instance: The SuccessFactors instance/company ID user_id: The employee's user ID 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) include_compensation_changes: If True, also fetches salary history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| user_id | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| include_compensation_changes | No |