# abReceivedAfterLogin
Description: Notification after the address book has been loaded after logging in to the server.
Example:
{
"event": "abReceivedAfterLogin",
"abook": [
{
"peerId": "user777@some.server",
"peerDn": "user 777",
"status": 0,
"isEditable" : true
},
{
"peerId": "user666@some.server",
"peerDn": "user 666",
"status": 0,
"isEditable" : true
}
],
"method": "event"
}
Parameter description:
peerId
— TrueConf ID unique user identifierpeerDn
— User display namestatus
— User status. It can have one of the following values:-1
— Invalid user0
— Offline user1
— Available user2
— Busy user5
— A user is in a group conference that they created and that can be joined at request.
abook
— List of contacts.isEditable
— the flag indicating if the contact can be edited
See also: