{
  "_endpoint": "/api/dr/user/deleted-users",
  "_auth_required": false,
  "_total_records": 219,
  "_collection": "RgntUserAudit — Deleted/Deactivated Users",
  "note": "Same fields as users-schema.json plus audit trail fields below",
  "additional_fields": {
    "rgntUserAuditId": {
      "type": "int64",
      "description": "Primary key of the audit record"
    },
    "deletedAt": {
      "type": "ISO8601 datetime",
      "description": "When the user was soft-deleted"
    },
    "deleted_by": {
      "type": "string",
      "description": "Admin who performed the deletion"
    },
    "reactivatedAt": {
      "type": "ISO8601 datetime",
      "nullable": true,
      "description": "When the record was restored"
    },
    "reactivatedBy": {
      "type": "string",
      "nullable": true,
      "description": "Admin who restored the account"
    },
    "isOrphanDeleted": {
      "type": "boolean",
      "description": "Deleted because organisation was removed"
    },
    "isAuditDeleted": {
      "type": "boolean",
      "description": "Purged by audit process"
    }
  }
}
