Search persons
pipedrive_search_personsSearch persons (contacts) by term across selected fields. Pipedrive REST: GET /api/v2/persons/search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term (at least 2 characters, required). | |
| limit | No | Max results to return (1–500, default 100). | |
| cursor | No | Opaque pagination cursor from a previous response's `next_cursor`. | |
| fields | No | Comma-separated fields to search — any of 'name', 'email', 'phone', 'notes', 'custom_fields'. | |
| exact_match | No | If true, only exact matches (case-insensitive) are returned. | |
| organization_id | No | Restrict to persons linked to this organization id. |