CNContactStore.RenameGroup
--------------------------

Renames the group.

| Component | Version | macOS | Windows | Linux | Server | iOS SDK |
|---|---|---|---|---|---|---|
| [Contacts](component_Contacts.md) | [8.4](newinversion84.md) | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |

MBS( "CNContactStore.RenameGroup"; GroupIdentifier; Name ) 

**MBS**( **"CNContactStore.RenameGroup";** /\* Renames the group. \*/  
**$GroupIdentifier**; /\* The group identifier.  
Can be identifier or group name.e.g. "F527BF7C-6426-4D48-86CA-CB5E57743FFE:ABGroup" \*/   
**$Name**) /\* The new name.e.g. "Test" \*/ 

### Parameters

| Parameter | Description | Example |
|---|---|---|
| GroupIdentifier | The group identifier.   Can be identifier or group name. | "F527BF7C-6426-4D48-86CA-CB5E57743FFE:ABGroup" |
| Name | The new name. | "Test" |

### Result

Returns OK or error.

### Description

Renames the group.  
### See also

- [CNContactStore.AddGroup](CNContactStoreAddGroup.md)
- [CNContactStore.AddSubgroup](CNContactStoreAddSubgroup.md)
- [CNContactStore.DeleteGroup](CNContactStoreDeleteGroup.md)
- [CNContactStore.RemoveSubgroup](CNContactStoreRemoveSubgroup.md)

This function checks for a license.

Created 1st August 2018 , last changed 30th August 2018

  
[CNContactStore.RemoveSubgroup](CNContactStoreRemoveSubgroup.md) - [CNContactStore.RequestAccesss](CNContactStoreRequestAccesss.md)

[HTML Version](CNContactStoreRenameGroup.shtml)