# 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:

  • peerIdTrueConf ID, unique user identifier

  • peerDn — Display name. This field can be unavailable

  • firstName — First name. This field can be unavailable

  • lastName — Last name. This field can be unavailable

  • mobilePhone — Mobile phone. This field can be unavailable

  • workPhone — Work phone. This field can be unavailable

  • homePhone — Home phone. This field can be unavailable

  • company — Company name. This field can be unavailable

  • isEditable — the flag indicating if a contact in the address book can be edited.

See also: