List person relationships
Returns the referral relationships for the specified person, showing advocate-friend connections created through campaign participation. Each entry carries the requested person’s my_role (ADVOCATE or FRIEND) and the other_person_id on the other side, rather than being split into fixed advocate and friend collections.
Each entry also carries other_person, resolving that person to this client’s identity_key and identity_key_value, so a whole network can be labelled from one request rather than one request per related person. A relationship always names another person, so other_person is always present.
Relationships are de-duplicated by identity, keeping the most recent one per related person, unless include_duplicate_identities is set. When collapsing persons yourself, key on identity_key_value, falling back to other_person_id when the person has no identity key value yet. Never key on email: clients whose identity key is not email routinely have many distinct persons sharing an email or having none, so collapsing on email under-reports the network.
Authorizations
Path Parameters
The Extole unique profile identifier of this user at Extole.
Query Parameters
ADVOCATE, FRIEND Response
Successful response
Extole campaign id associated with this relationship. Absent when no campaign is linked.
Id of the direct cause event for this relationship.
Campaign container in which the relationship was established.
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
Named data parameters attached to this relationship.
Extole-assigned unique identifier for this relationship.
This person's role in the relationship (ADVOCATE or FRIEND).
ADVOCATE, FRIEND The other party in a relationship, identified by this client's identity key.
Extole person id of the other party in the relationship.
Program key associated with this relationship. Absent for relationships with no program context.
Id of the root event that initiated this relationship.
RFC 3339 or RFC 9557 date-time with a numeric UTC offset and an optional IANA time-zone suffix in square brackets. Precision up to milliseconds.
^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d{1,3})?(Z|[+-](?:[01][0-9]|2[0-3]):[0-5][0-9])(\[[^\]]+\])?$"2025-10-24T02:00:00-07:00"
