List Tutors
List the tutors and staff in the authenticated organisation.
Includes everyone with an accepted org membership (owner, admin, tutor).
Bank/payout details are never exposed. Sorted by accepted date. Pass
is_published=true to return only publicly-listed tutors; members with no tutor
profile count as not-published.
Authorizations
Org API key as Token token=ei_live_...
Query Parameters
Filter by public-listing state. true returns only publicly-listed tutors (what a public tutor grid wants); a member with no tutor profile counts as not-published and is excluded. false returns the non-published remainder. Omit to return all staff.
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).