Users

The user events allow tracking of user additions, removals and changes.

system.userAdded

Notification of a new user added to the system.

Parameter Description
id The ID of the user.

system.userDeleted

Notification of a user being deleted from the system.

Parameter Description
id The ID of the user.

system.userEmailUpdated

Notification of a user email address being updated within the system.

Parameter Description
id The ID of the user.
email The new email address of the user.

system.usernameUpdated

Notification of a username being updated within the system.

Parameter Description
id The ID of the user.
username The new username of the user.



TOP