# renameInAbook
Description: Rename a user in the address book.
Request example:
{
"method" : "renameInAbook",
"requestId" : "1",
"peerId" : "user1@some.server",
"peerDn" : "Big Boss",
}
Response example:
{
"method" : "renameInAbook",
"requestId" : "1",
"result" : true
}
Parameter description:
peerId
- unique user identifier (TrueConf ID). Application:PeerId - supported. It's automatically converted to CallId inside the application and the command is executed with it.
CallId - supported. The invite will be received by the user on all devices.
InstanceId - is supported. Inside the application, it is automatically converted to CallId and the command is then executed with it.
peerDn
— New user display name.requestId
- unique request identifier. More details can be found here
See also: