list-people
Retrieve sales people and contacts with optional search query and pagination controls to locate CRM records efficiently.
Instructions
List sales people/contacts (GET /api/public/sales/people). Scope: sales:read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Search query. | |
| page | No | Page number (default 1). | |
| itemsPerPage | No | Items per page (default 25, max 100). |