<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AddressBook",
  "identifier" : "/documentation/AddressBook/ABGetMe(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Address Book"
    ],
    "preciseIdentifier" : "c:@F@ABGetMe"
  },
  "title" : "ABGetMe(_:)"
}
-->

# ABGetMe(_:)

Returns the ABPerson object for the logged-in user.

```
func ABGetMe(_ addressBook: ABAddressBookRef!) -> Unmanaged<ABPersonRef>!
```

## Parameters

`addressBook`

The address book for the logged-in user.

## Return Value

The ABPerson record that represents the logged-in user, or `NULL` if the user never specified such a record. You are responsible for retaining and releasing this object as needed.

## Discussion

---

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)