The School Official Exception Has Four Conditions
An edtech vendor holds student records without parental consent only because a narrow exception permits it. AI features tend to break the fourth condition — no use for any other purpose — and a district cannot consent its way around that.
- The party performs an institutional service the agency would otherwise use employees for, and has a legitimate educational interest in the records.
- The party is under the direct control of the agency with respect to the use and maintenance of those records.
- The party does not redisclose the records to anyone else except as permitted.
- The party uses the records only for the purpose for which the disclosure was made, and for no other purpose.
All four, at once, for as long as you hold the data. Failing any one of them means the disclosure was never authorised in the first place — which is a different and worse position than a data-handling mistake.
Why the Consent Workaround Does Not Work
The instinct when a compliance obstacle appears in a district contract is to ask the district to agree to something. That instinct is misplaced here for a structural reason: the exception is a limit on what a district may lawfully do, not a right the district holds and can trade. A signed data-sharing agreement blessing cross-customer model training does not create authority that neither party has.
Parental consent is the genuine alternative route, and it is far narrower than vendors expect: written, signed and dated, specifying the records to be disclosed, the purpose and the party receiving them. Consent language collected at enrolment for general-purpose technology use is not a plausible basis for assembling a training corpus from student writing.
Work Down the Branches
It is an education record. Everything below applies, including to AI-generated inferences you created and retained.
Genuinely aggregate or properly de-identified data sits outside — but de-identification requires a reasonable determination that re-identification is not possible taking other available information into account. Small cohorts and free-text student writing rarely clear that bar.
Then four conditions must hold simultaneously and continuously: a legitimate educational interest, direct control by the district, no redisclosure, and no use for any other purpose.
You are relying on parental consent, which must be written, signed, dated and specific as to records, purpose and recipient. Blanket consent gathered at enrolment for unspecified future AI uses is unlikely to carry a training programme.
Each recipient must itself satisfy the same conditions, carried forward contractually. Named subprocessors, no-training terms and retention limits are the mechanism; a reputable brand is not.
Confirm this against a real data-flow inventory rather than an architecture diagram. Prompt logs, crash reporting and session replay are the usual counterexamples.
This is the condition most AI features fail. Cross-customer improvement is a different purpose from delivering the contracted service, and the district cannot waive a limit the statute imposes.
Document it explicitly in the contract and in your terms, and make sure the engineering reality matches — including eval sets, few-shot exemplars and fine-tuning corpora assembled from real usage.
The Stores Your Architecture Diagram Omits
Redisclosure and purpose-limitation analysis is only as good as the inventory it runs against, and AI features are unusually good at creating copies of source content in places that never appear on a systems diagram. Every row below has shown up in district security reviews as a store nobody had listed.
Generated Inferences Are Records Too
The definition of an education record turns on whether the material relates directly to a student and is maintained by the agency or someone acting for it. It says nothing about authorship. A model-produced risk score, predicted outcome or narrative summary retained in your product is therefore an education record, and it carries the rights that attach to one: a parent may inspect it, and may seek amendment of anything inaccurate or misleading.
This lands as an engineering requirement more than a policy one. Can you enumerate every generated inference held about a specific student? Can you correct one and have the correction propagate to downstream artefacts derived from it? For most AI deployments the honest answer to the second question is no, and discovering that during an amendment request is considerably more expensive than discovering it now.
State Law Is Where the Teeth Are
FERPA operates as a condition on federal funding to educational agencies and provides no private right of action, which is why vendors historically treated it as the district's problem. State student-data-privacy statutes were written specifically to close that gap and regulate the operator of a school service directly — restricting targeted advertising, prohibiting the sale of covered information, limiting profile creation for non-educational purposes and requiring deletion at district request. If your analysis stops at the federal statute, you have skipped the law that actually names you.
Related Reading
- Cross-border transfers and SCCs for AI processing — the same subprocessor question with a jurisdictional twist.
- PCI scope when card data reaches an LLM — the identical unlisted-store problem in a different regime.
- BIPA and facial recognition in schools — biometric obligations layered on top of student records.
Check What Your Site Promises Districts
Student-privacy pledges, "we never train on your data" statements and compliance badges live across landing pages, trust centres and old campaign URLs — and are read closely during procurement review.
See every claim your site makes in one pass. Run a free scan and check each against your actual data flows.
This article is general information and not legal advice. FERPA obligations run to educational agencies, state student-privacy statutes differ substantially in scope and in who they bind, and outcomes depend on specific facts. Consult qualified education- privacy counsel before relying on any conclusion here.