people_employees_list
Retrieve a list of employees from ServiceTitan with filters for active status, name, IDs, and date ranges. Supports pagination and total counts.
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 |