organizations_search
Search Pipedrive organizations by name or specified fields. Returns matching results with options for pagination and exact matching.
Instructions
Search organizations by name or other fields. Returns matching organizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| term | Yes | Search term | |
| limit | No | Items per page | |
| start | No | Pagination start | |
| fields | No | Comma-separated field names to search (e.g., "name,address") | |
| exact_match | No | When true, only full exact matches are returned |