Update Student
Update a student’s admin-only fields. admin_notes is written directly. Supplying email
sets/updates the login email and clears the no-email placeholder flag; send_invite (default
false) sends a set-password link — combine them to add an email and invite in one call.
Inviting an account that still has no real email is rejected (409). 404 if the student isn’t
affiliated with your org. Returns the full student.
Authorizations
Org API key as Token token=ei_live_...
Path Parameters
Body
PATCH /v1/students/{student_id} — update admin-only fields. Partial update.
Supplying email sets/updates the student's login email (clearing the no-email
placeholder flag). send_invite (default false here — a patch doesn't email unless
asked) sends a set-password link; combine with email to add an address and invite in
one call. Sending an invite to an account that still has no real email is rejected (409).