get_employees_missing_data
Identify employees with incomplete profile data to ensure compliance with audit requirements. Checks for missing email, phone, address, or emergency contact information in SuccessFactors.
Instructions
Find employees with incomplete profiles for compliance audits.
Checks for missing email, phone, address, or emergency contact data.
Args: instance: The SuccessFactors instance/company ID check_fields: Comma-separated fields to check: 'email', 'phone', 'address', 'emergency_contact' 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 | ||
| check_fields | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| department | No | ||
| top | No |