listPeople
Search and filter people in Follow Up Boss CRM by name, email, phone, tags, stage, source, assigned agent, price range, and smart lists. Retrieve paginated results with optional field selection.
Instructions
List/search people in FUB. Supports filtering by name, email, phone, tags, stage, source, assignedTo, price range, smart list, and more. For tag filtering use the tags parameter (comma-separated, OR logic). For email lookup use the email parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Comma-separated person IDs | |
| name | No | Search by name | |
| next | No | Cursor for next page of results | |
| sort | No | Sort order | |
| tags | No | Comma-separated tags to filter by | |
| No | Filter by email | ||
| limit | No | Maximum number of results to return | |
| phone | No | Filter by phone | |
| stage | No | Filter by stage | |
| fields | No | Comma-separated list of fields to return | |
| offset | No | Offset for pagination | |
| source | No | Filter by source | |
| lastName | No | Filter by last name | |
| contacted | No | Filter by contacted status | |
| firstName | No | Filter by first name | |
| assignedTo | No | Filter by assigned agent name | |
| priceAbove | No | Minimum price filter | |
| priceBelow | No | Maximum price filter | |
| smartListId | No | Filter by smart list ID | |
| includeTrash | No | Include trashed people | |
| assignedPondId | No | Filter by assigned pond ID | |
| assignedUserId | No | Filter by assigned user ID | |
| assignedLenderId | No | Filter by lender ID | |
| includeUnclaimed | No | Include unclaimed people | |
| lastActivityAfter | No | ISO date - only people with activity after this date | |
| assignedLenderName | No | Filter by lender name | |
| lastActivityBefore | No | ISO date - only people with activity before this date |