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

# ABGroupCopyArrayOfAllMembers(_:)

Returns an array of persons in a group.

```
func ABGroupCopyArrayOfAllMembers(_ group: ABRecord!) -> Unmanaged<CFArray>!
```

## Parameters

`group`

The ABGroup object whose members you wish to obtain.

## Return Value

An array of ABPersonobjects representing the people in `group`.If this group doesn’t contain any people, this function returnsan empty array. You are responsible for releasing this object.

## 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)