get_compensation_details
Retrieve employee compensation breakdowns including base pay and pay components from SuccessFactors. Use this tool to access detailed compensation data for specific employees by providing their user IDs and authentication credentials.
Instructions
Get compensation breakdown for employees including base pay and pay components.
Args: instance: The SuccessFactors instance/company ID user_ids: Employee user ID(s) - single ID or comma-separated (max 20) 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) effective_date: Show compensation as of this date (YYYY-MM-DD). Defaults to latest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| user_ids | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| effective_date | No |