Skip to content
Four core rights

DPDP Data Principal Rights Workflow — Build Guide for SaaS

Every data principal has the right to access, correct, erase, and escalate. DPDP Section 13. Your workflow must surface all four.

Failing the workflow is a Schedule I breach. Penalty exposure follows.

4 rightsto support
30 daysresponse SLA
Freefirst review
Section 13DPDP Act 2023
Section 13 rightsSchedule I obligation 7Identity verification

The four DPDP data principal rights (Section 13)

DPDP Section 13 grants four core rights to every data principal — the individual whose personal data is processed by a fiduciary. These rights are unconditional (cannot be contracted away) and apply to every personal data processing activity within DPDP scope.

  • Right to access — a summary of the personal data being processed, the purposes, and the third parties with whom it has been shared
  • Right to correction and erasure — correct inaccurate data or request deletion once the purpose is fulfilled
  • Right to grievance redressal — escalate to the data fiduciary's grievance officer with a defined response timeline
  • Right to nominate — designate a representative to exercise rights in case of death or incapacity

6-step workflow architecture

Production-grade data principal rights workflow follows six steps. Each step has specific audit and security requirements.

  • Step 1 — In-product UI: a dedicated Privacy Center surface where a user can find Access / Correction / Erasure / Grievance flows. Surface clearly in app navigation, not buried in legal footer.
  • Step 2 — Identity verification: the requester must prove they are the data principal whose data is requested. Existing authenticated user: session is the proof. External request: email or phone OTP + a secondary verifier (e.g., last 4 digits of a registered field).
  • Step 3 — Request handling: a backend workflow per request type — fetch and package data for access, update data for correction, purge dependent data for erasure, route to grievance officer for grievance.
  • Step 4 — Audit logging: every request and response produces a tamper-evident log entry (who requested, what data, when, how verified, handler, response). Logs retained per regulator period.
  • Step 5 — Grievance escalation: if the data principal is unsatisfied with the response, route to the published grievance officer with the response SLA you committed to (typically 14 days).
  • Step 6 — Board referral: if grievance is unresolved, the data principal can refer to the Data Protection Board. Your grievance policy must reference this path clearly.

Identity verification — the security boundary

The rights workflow is a privileged-access surface. If your verification is weak, an attacker can request another user's data via the access right (impersonation attack). The verification step is the security boundary. For authenticated users, the existing session is sufficient. For unauthenticated requests (rare but possible), require two-factor verification: registered email OTP + a secondary credential (last 4 of phone, registered DOB, registered account number). Log every verification attempt — failed verifications are a leading indicator of impersonation attempts.

Erasure workflow — the hardest right to implement

Erasure is the most operationally complex right. A naive implementation deletes the primary record and leaves dependent data (analytics aggregates, derived models, backups, audit logs) intact — which is a Schedule I breach. Production erasure workflow:

  • Identify all dependent data stores via a data flow map (built during DPDP gap analysis)
  • Cascade delete from each dependent store with verification (not 'queued for deletion' — actually deleted)
  • Anonymise where deletion would break aggregate integrity (e.g., analytics aggregates retain count but lose principal identifier)
  • Backups: define a backup-deletion window in your retention policy (e.g., backups expire within 30 days, so deleted data clears within 30 days)
  • Audit log: log the deletion (without the data being deleted — log the metadata)
  • Confirm to principal: notify the principal of completion with the date

Common rights-workflow defects we find

From our DPDP reviews — frequent failures:

  • Access right not surfaced in-product (only via support email, friction-gated)
  • Identity verification missing on external access requests (impersonation attack surface)
  • Erasure not cascading to analytics / derived data / backups
  • Audit log missing the verification step (cannot prove the requester was authenticated)
  • Grievance officer contact buried in legal footer with no clear escalation SLA
  • No Data Protection Board referral path mentioned in grievance policy

How Bachao.AI reviews your workflow

Our DPDP gap analysis includes a rights workflow review: UI inventory, identity verification security probe, request handler correctness review (including erasure cascade testing), audit log completeness check, grievance flow documentation review. Findings mapped to Section 13 + Schedule I + draft DPDP Rules. Free first review covers a baseline scan.

Get your data principal rights workflow reviewed

Free first DPDP gap analysis with rights workflow review. Audit-ready before May 2027.

Find your vulnerabilitiesStart free scan →