get_complete_employee_data
Retrieve complete employee data from SAP SuccessFactors, including manager, HR, employment info, and all navigation properties, using a user ID, employee ID, or email.
Instructions
Retrieve complete employee data with all fields and navigation properties (personKeyNav, manager, hr, empInfo, etc.). Returns the full OData entry as returned by SuccessFactors API, similar to fetching User('empId') with all expansions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Response format: "json" (default) or "xml" | json |
| userId | Yes | User ID (USERID), Employee ID (EMPID), or Email address | |
| expandProperties | No | Optional: List of navigation properties to expand (e.g., ["personKeyNav", "manager", "hr", "empInfo"]). If not provided, will attempt to get common navigation properties. |