---
title: me()
framework: addressbook
role: symbol
role_heading: Instance Method
path: addressbook/abaddressbook/me()
---

# me()

Returns the ABPerson record that represents the logged-in user.

## Declaration

```swift
func me() -> ABPerson!
```

## Return Value

Return Value The ABPerson record that represents the logged-in user.

## Discussion

Discussion If the user never specified such a record, this method returns nil.

## See Also

### Setting and Retrieving the Logged-in User’s Record

- [setMe(_:)](addressbook/abaddressbook/setme(_:).md)
