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

# people()

Returns an array of all the people in the Address Book database.

## Declaration

```swift
func people() -> [Any]!
```

## Return Value

Return Value An array of all the people in the Address Book database.

## Discussion

Discussion If the database doesn’t contain any people, this method returns an empty array.

## See Also

### Retrieving Groups and People

- [groups()](addressbook/abaddressbook/groups().md)
