get_employee_profile
Retrieve comprehensive employee profiles from SuccessFactors, including job details, contact information, manager data, and optional compensation information.
Instructions
Get a complete employee profile including job info, contact details, and manager.
Returns the employee's current job title, department, location, manager, email, phone, and hire date in a single call. Optionally includes compensation.
Args: instance: The SuccessFactors instance/company ID user_id: The employee's user ID (e.g., 'jsmith') 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: If True, also fetches current compensation details
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 | No |