people_employees_list
Retrieve and filter employee data from ServiceTitan by status, ID, name, or date parameters to manage workforce information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| active | No | Filter by active status | True |
| ids | No | Comma-separated employee IDs (max 50) | |
| userIds | No | Comma-separated user IDs (max 50) | |
| name | No | Filter employees by name (case-insensitive contains) | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |