get_team_roster
Retrieve a manager's team roster with direct and optional indirect reports for org charts, team planning, and 1-on-1 preparation.
Instructions
Get a manager's team roster with direct (and optionally indirect) reports.
Shows all active team members with their job title, department, location, and hire date. Useful for org chart views, team planning, and 1-on-1 prep.
Args: instance: The SuccessFactors instance/company ID manager_id: The manager's user 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) include_indirect_reports: If True, also fetches reports-of-reports (1 level deep) top: Maximum direct reports to return (default: 100, max: 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance | Yes | ||
| manager_id | Yes | ||
| data_center | Yes | ||
| environment | Yes | ||
| auth_user_id | Yes | ||
| auth_password | Yes | ||
| include_indirect_reports | No | ||
| top | No |