list_employees
Retrieve active employee details including name, title, department, and work email with pagination support for efficient data access.
Instructions
List active employees with pagination. Returns employee details including name, title, department, and work email.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results per page (1-100, default 50) | |
| offset | No | Pagination offset (default 0) |