get_open_requisitions
Retrieve job requisitions from SuccessFactors to monitor hiring pipeline status, with filters for department, location, and hiring manager.
Instructions
List job requisitions with status and hiring manager.
Shows open (or all) job requisitions for tracking the hiring pipeline.
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) department: Filter by department hiring_manager_id: Filter by hiring manager's user ID location: Filter by work location status: Requisition status: 'open', 'filled', 'closed', or 'all' (default: 'open') top: Maximum results (default: 100, max: 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| department | No | ||
| hiring_manager_id | No | ||
| location | No | ||
| status | No | open | |
| top | No |