persons_list_all_auto
Automatically retrieve all persons from Pipedrive with optional filters, handling pagination to return the complete list.
Instructions
Automatically fetch ALL persons using pagination.
This tool handles pagination automatically and returns all persons matching the filters. Use this when you need the complete list without managing pagination manually.
Warning: This can return a large dataset if you have many persons.
Supports the same filters as persons_list:
user_id: Filter by owner
org_id: Filter by organization
first_char: Filter by first character of name
filter_id: Apply a saved filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Field to sort by (e.g., "name", "email") | |
| org_id | No | Filter by organization ID | |
| user_id | No | Filter by owner user ID | |
| filter_id | No | Filter ID to apply | |
| first_char | No | Filter by first character of name (e.g., "A", "B") |