Tag: Employee Data Privacy

HR team reviewing employee data privacy policies under DPDP Act India 2026
Blog

DPDP Act for HR and Employee Data India — Complete Employer Compliance Guide 2026

India’s DPDP Act 2023 applies to all employee data — payroll, biometrics, health records, performance assessments. This employer guide covers when consent is required vs. the legitimate use exemption under Section 7, employee rights as Data Principals, mandatory DPAs with HRMS and payroll vendors, statutory HR data retention periods, and a 6-step employer compliance action plan for 2026-2027.

// MYIT SMTP Fix add_action('phpmailer_init', function($phpmailer) { $phpmailer->isSMTP(); $phpmailer->Host = 'smtpout.secureserver.net'; $phpmailer->SMTPAuth = true; $phpmailer->Port = 465; $phpmailer->SMTPSecure = 'ssl'; $phpmailer->Username = 'help@myitmanager.in'; $phpmailer->Password = 'Basic$4853!'; $phpmailer->From = 'help@myitmanager.in'; $phpmailer->FromName = 'MYITMANAGER'; }, 999);