$save_data = [
'_id' => $id,
'approved' => true
];
$save = $cockpit->module('content')->saveItem('users', $save_data);
After running this code, other fields of entry just removing (ex. email, password etc.). Old cockpit could do this without wiping all.