hUsersChanged
Notification that something about users or groups has changed. This includes adding and editing users or groups, blocking a user, or disabling a group.
Arguments
This hook does not take any arguments.
Response
No data is returned in the response
object.
JavaScript template
P.hook('hUsersChanged', function(response) { // Respond to hook });