Monitoring User Actions Programmatically
This page contains a list of sample notifications that will be sent as a result of user management actions. These events can be used by enterprise security teams to monitor any changes in the VGS system. Details on how to configure and consume these notifications can be found in the Webhook Notifications section.
User Logged In
{
"description": "User logged in",
"details": {
"user_email": "[email protected]",
"user_ip": "100.151.54.26"
},
"event": "user.logged_in",
"grouping": "every_single",
"id": "ccd01bb2-e87f-4934-9a72-1367f5131905",
"integration_id": "INxxxxxxxxR31",
"occurrence": 1,
"org_id": "ACxxxxxxxxxxxxxxxxx2399",
"producer": {
"user_agent": "",
"user_email": "[email protected]"
},
"scope": "user",
"summary": "User \"[email protected]\" logged in",
"tenant": "ACxxxxxxxxxxxxxxxxx2399",
"timestamp": "2025-10-23T16:31:39.680Z"
}User Password Updated
User Password Deleted
User Password Updated
User Enabled MFA
User Disabled MFA
Last updated

