list_people_relationships
Retrieve and filter relationships between people in Follow Up Boss using names, person IDs, or custom criteria to map client connections.
Instructions
Get relationships between people in Follow Up Boss. (GET /peopleRelationships)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Searches for person with a name like what is given. (e.g., If you search for `drew`, it might return a contact like `Andrew`.) | |
| sort | No | The sort order. Can be one of the following: `id`, `created`, `updated`, `name`, `firstName`, `lastName`, `personId`. | |
| lastName | No | Searches for person with a last name like what is given. (e.g., If you search for `drew`, it might return a contact like `Andrew.`) | |
| personId | No | Filter relationships by a person ID. | |
| firstName | No | Searches for person with a first name like what is given. (e.g., If you search for `drew`, it might return a contact like `Andrew.`) | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |