<!--
{
  "availability" : [
    "macOS: 10.8.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABPerson/linkedPeople()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:objc(cs)ABPerson(im)linkedPeople"
  },
  "title" : "linkedPeople()"
}
-->

# linkedPeople()

Returns the array of all person records that are linked to the person this record represents.

```
func linkedPeople() -> [Any]!
```

## Return Value

The array of all person records that are linked to the person this record represents.

## Discussion

Linked records contain information about the same person, and typically come from different sources.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)