persons_list
Retrieve a paginated list of persons from Pipedrive, with filters by owner, organization, name initial, or saved filter.
Instructions
List all persons with optional filtering and pagination.
Supports filtering by:
user_id: Filter by owner
org_id: Filter by organization
first_char: Filter by first character of name (single letter)
filter_id: Apply a saved filter
Returns paginated results. Use start/limit for manual pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 500 (default: 100) | |
| user_id | No | Filter by owner user ID | |
| org_id | No | Filter by organization ID | |
| first_char | No | Filter by first character of name (e.g., "A", "B") | |
| filter_id | No | Filter ID to apply | |
| sort | No | Field to sort by (e.g., "name", "email") |