# usersStatusesChanged
Description: Notification after a user status has changed.
To regularly update the status of any user, you need to add them to the address book.
Example:
{
"event": "usersStatusesChanged",
"usersStatuses": [
{
"isEditable" : true,
"peerId": "user2@some.server",
"peerDn": "John Doe",
"status": 1
}
],
"method": "event"
}
Parameter description:
isEditable
— ability to edit contact informationpeerId
— 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
— the user is now taking part in a group conference
See also: