Find mutual connections
mutual_connectionsThe objects in the user's graph directly connected to BOTH of two given objects — mutual contacts between two people, shared people between two companies. Only deliberate relationships count (bulk-import and system-inferred edges are excluded). Returns an empty list when there are none — report that honestly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id_a | Yes | The first object (exact object_id). | |
| object_id_b | Yes | The second object (exact object_id). |