<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.11.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Contacts",
  "identifier" : "/documentation/Contacts/CNSaveRequest/addMember(_:to:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Contacts"
    ],
    "preciseIdentifier" : "c:objc(cs)CNSaveRequest(im)addMember:toGroup:"
  },
  "title" : "addMember(_:to:)"
}
-->

# addMember(_:to:)

Adds a contact as a member of a group.

```
func addMember(_ contact: CNContact, to group: CNGroup)
```

## Parameters

`contact`

The contact to add to the group membership.

`group`

The group to add the contact to its membership.

## Discussion

This method overrides any previously made remove membership request on the contact from the group.

---

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)