List Parents
List the parents in your organisation (linked to at least one of your students), each with the IDs of their children.
Ordered by enrolled_at descending — newest first, so a polling integration that
reads only the first page still catches every new parent. A parent’s enrolled_at is
the earliest point at which both the parent↔student link and that child’s enrolment
existed — so a parent linked today to a long-standing student is new today, not
backdated to the child’s enrolment.
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).