# addToAbook
Description
Add a user to the address book
void addToAbook(string sPeerId, string sPeerDn)
Parameters
| Name | Description |
|---|---|
| sPeerId | A unique identifier of the user (TrueConf ID) that needs to be added to the address book |
| sPeerDn | The user's display name |
Response example
{
"method" : "addToAbook",
"requestId" : "1",
"callId" : "user10@some.server",
"result" : true
}
Response Parameters
| Name | Description |
|---|---|
| callId | Unique user identifier after conversion |
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also
← addSlide addToGroup →