search_employees
Search for employees in SuccessFactors using partial names or filters like department, location, or manager to find personnel without exact user IDs.
Instructions
Search for employees by name, department, location, or manager.
Find employees without knowing their exact user IDs. Supports partial name matching and filtering by department, location, or manager.
Args: instance: The SuccessFactors instance/company 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) search_text: Partial name to search (searches first name and last name) department: Filter by department name or code location: Filter by work location manager_id: Filter to show only this manager's direct reports status: Employee status filter: 'active', 'inactive', or 'all' (default: 'active') top: Maximum number of results to return (default: 50, max: 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| search_text | No | ||
| department | No | ||
| location | No | ||
| manager_id | No | ||
| status | No | active | |
| top | No |