qbo_employees_search
Search QuickBooks Online employees by DisplayName using a partial match. Supports pagination to control result range and limit.
Instructions
Search Employee records by DisplayName (LIKE match).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term matched against DisplayName with LIKE '%term%' | |
| startPosition | No | Starting position for pagination (1-based, default: 1) | |
| maxResults | No | Maximum number of results to return (default: 100, max: 1000) |