client_employee
Retrieve complete employee profiles with hire/termination dates, pay group, status, and termination reason for one or more employees.
Instructions
Pull full profile detail for one or more employees.
Use when the user asks "show me John's full record" or "get details on these five employees at Acme". Returns the complete employee profile: name, hire/termination dates, pay group, status, and the termination reason if applicable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Which client the employees belong to. | |
| employee_ids | Yes | Which employees to look up (one or many). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| employees | Yes | ||
| missing_ids | No |