people_technicians_list
Filter and paginate technicians by ID, name, active status, user IDs, and date ranges. Returns a list of technicians with optional total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated technician IDs (maximum 50) | |
| name | No | Filter technicians 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 (maximum 50) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No |