<!--
{
  "availability" : [
    "iOS: 2.0.0 - 9.0.0",
    "iPadOS: 2.0.0 - 9.0.0",
    "macCatalyst: 13.1.0 - 13.1.0"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABAddressBookGetPersonWithRecordID(_:_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABAddressBookGetPersonWithRecordID"
  },
  "title" : "ABAddressBookGetPersonWithRecordID(_:_:)"
}
-->

# ABAddressBookGetPersonWithRecordID(_:_:)

Returns the person record with a given record ID.

```
func ABAddressBookGetPersonWithRecordID(_ addressBook: ABAddressBook!, _ recordID: ABRecordID) -> Unmanaged<ABRecord>!
```

## Parameters

`addressBook`

The address book in which to search for `recordID`.

`recordID`

The record identifier to seek in `addressBook`.

## Return Value

If found, the person record with `recordID` as its identifier, otherwise `NULL`.

---

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)