List Students
List the students in your organisation, each with the IDs of their linked parents.
Includes everyone affiliated with the org by any route: rostered into one of your classrooms, in an active 1:1 relationship with one of your tutors, an accepted org member, or the student on one of your sessions.
Ordered by enrolled_at descending — newest enrolment first, so a polling
integration that reads only the first page still catches every new student.
enrolled_at is when they joined your org; created_at is when their account was
created (possibly elsewhere, possibly years earlier) — sort and filter on the former.
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Records per page (default 20, max 100)
1 <= x <= 100Pagination offset
x >= 0Response
Successful Response
Pagination envelope metadata. count is the size of the returned page;
total (when present) is the full result-set size for offset paging.
In cursor mode offset/total are absent and next_cursor carries the
opaque token for the next page (null on the last page).