persons_list_all_auto
Automatically fetch all persons in Pipedrive using pagination. Filter results by owner, organization, or name to focus on specific records.
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") |