# groupsRenamed
Description: the notification received when an address book group is renamed.
Example:
{
    "event": "groupsRenamed",
    "groups": [
        {
            "groupId": 268435450,
            "name": "brandNewName"
        }
    ],
    "method": "event"
}
Parameter description:
- groups— List of renamed groups
- name— New group name
- groupId— Renamed group identifier
See also: