# On_contactsRenamed
Description
The notification indicating that multiple users have been renamed in the address book
EventHandler<string> On_contactsRenamed
Response example
{
"event": "contactsRenamed",
"contacts": [
{
"peerId": "user@some.server",
"peerDn": "New name"
}
],
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| contacts | List of renamed contacts • peerId - TrueConf ID unique user identifier • peerDn - User display name |
See also