Skip to main content
PATCH
Update Student

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Path Parameters

student_id
string
required

Body

application/json

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).

admin_notes
string | null
email
string | null
send_invite
boolean
default:false

Response

Successful Response

id
string
required
first_name
string | null
last_name
string | null
email
string | null
placeholder_email
boolean | null
status
string | null
parent_ids
string[]
created_at
string | null