User Updated

The event emitted will include the following information:

{
  "method": "user-updated",
  "params": {
    "timestamp": "2021-01-01T00:00:00.000Z",
    "user": {
      "user_id": "60d0fe4f5311236168a109ca"
    },
    "data": {
      "user_id": "6132a2db9239f0975f505c4b",
      "first_name": "User",
      "last_name": "Consultant",
      "role": "consultant",
      "created": "2021-09-03T22:34:03.914Z",
      "modified": "2026-04-15T02:48:23.423Z",
      "username": "[email protected]",
      "email": "[email protected]",
      "status": "Active",
      "mfa_enabled": false,
      "is_deleted": false
    }
  }
}

Last updated