people_employees_list
List employees by page with filters for IDs, user IDs, name, active status, and creation/modified dates to find specific staff records.
Instructions
List one requested page of employees, optionally filtered by IDs, user IDs, name, active state, or dates. Use the get tool for one known ID or the export feed for synchronization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated employee IDs (max 50) | |
| name | No | Filter employees by name (case-insensitive contains) | |
| page | No | Page number (starts at 1) | |
| active | No | Filter by active status | True |
| userIds | No | Comma-separated user IDs (max 50) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||