people_technicians_list
Retrieve and filter technician records from ServiceTitan by ID, name, status, or date range to manage workforce data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated technician IDs (maximum 50) | |
| userIds | No | Comma-separated user IDs (maximum 50) | |
| name | No | Filter technicians by name (case-insensitive contains) | |
| active | No | Filter by active status | True |
| 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 |