# detailsInfo
Description: the notification providing detailed user information.
The notification is received after requesting detailed information about the user (getContactDetails or when this information is changed.
Example:
{
"event": "detailsInfo",
"peerId": "user2@some.server",
"peerDn": "John Doe",
"firstName": "John",
"lastName": "Doe",
"mobilePhone": "33336",
"workPhone": "44446",
"homePhone": "55556",
"company": "user2@some.server",
"isEditable": true,
"method": "event"
}
Parameter description:
peerId— TrueConf ID, unique user identifierpeerDn— Display name. This field can be unavailablefirstName— First name. This field can be unavailablelastName— Last name. This field can be unavailablemobilePhone— Mobile phone. This field can be unavailableworkPhone— Work phone. This field can be unavailablehomePhone— Home phone. This field can be unavailablecompany— Company name. This field can be unavailableisEditable— the flag indicating if a contact in the address book can be edited.
See also: