renameInAbook
About 1 min
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- a unique user identifier (TrueConf ID). Applicability:PeerId is supported. Within the application, it is automatically converted to CallId, and the command is executed with it.
CallId - supported. The user will receive the invitation on all devices.
InstanceId is supported. Inside the application, it is automatically converted to CallId, and the command is executed using the latter.
peerDn— New user display name.requestId- a unique request identifier. You can find more details about it here.
See also: