The user events allow tracking of user additions, removals and changes.
Notification of a new user added to the system.
Parameter | Description |
---|---|
id | The ID of the user. |
Notification of a user being deleted from the system.
Parameter | Description |
---|---|
id | The ID of the user. |
Notification of a user email address being updated within the system.
Parameter | Description |
---|---|
id | The ID of the user. |
The new email address of the user. |
Notification of a username being updated within the system.
Parameter | Description |
---|---|
id | The ID of the user. |
username | The new username of the user. |