RatedWithAI

RatedWithAI

Accessibility scanner

AI Legal & ComplianceAugust 8, 2026

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 four conditions, stated plainly
  1. The party performs an institutional service the agency would otherwise use employees for, and has a legitimate educational interest in the records.
  2. The party is under the direct control of the agency with respect to the use and maintenance of those records.
  3. The party does not redisclose the records to anyone else except as permitted.
  4. 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

Q1Does the material relate to an identifiable student and is it maintained by the school or by you on its behalf?
Yes

It is an education record. Everything below applies, including to AI-generated inferences you created and retained.

No

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.

Q2Is your access justified by the school official exception rather than by consent?
Yes

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.

No

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.

Q3Does any student-derived content leave your boundary — model APIs, analytics, moderation, support tooling?
Yes

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.

No

Confirm this against a real data-flow inventory rather than an architecture diagram. Prompt logs, crash reporting and session replay are the usual counterexamples.

Q4Is any student-derived content used to improve a model that serves anyone other than the originating district?
Yes

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.

No

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.

Prompt and completion logs
Contain verbatim student writing and are often retained by default for debugging, at a retention period nobody chose deliberately.
Vector indexes and embeddings
Derived from student content, frequently omitted from deletion routines because they are treated as an implementation detail rather than a copy.
Evaluation and regression sets
Built from real interactions precisely because synthetic ones are unrepresentative. This is a secondary use in the plainest sense and it survives every retention policy.
Human review and moderation queues
Introduce human eyes and often a third-party workforce. Both facts belong in the disclosure a district receives.
Support tickets and escalations
Staff paste student work into tickets to reproduce issues. The ticketing system is then an unlisted store of education records.
Model-generated inferences retained in-product
Risk scores, predicted outcomes and behaviour summaries are education records carrying inspection and amendment rights.

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

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.