peopleforce_list_employees
List employees with pagination. Filter by employment status server-side; control output with page and per_page parameters.
Instructions
List employees with pagination. Only the status filter is applied server-side; filter other attributes client-side or use peopleforce_find_employee_by_email.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default 1. | |
| status | No | Employment status filter (server-side). | |
| per_page | No | Items per page, max 100. Default 50. |