Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Anyone with access to a workspace. Roles: student, teacher, manager, admin.
student
teacher
manager
admin
{ "id": "usr_01HX9N5AB3...", "object": "user", "email": "ada@example.edu", "name": "Ada Lovelace", "role": "student", "workspace_id": "wks_01HX9...", "external_id": "canvas_user_42", "metadata": { "graduation_year": 2028 }, "enabled": true, "created_at": "2026-05-10T12:00:00Z" }
usr_
hk.students.list({ cohort_id: cohortId }); // role: "student" hk.teachers.list({ cohort_id: cohortId }); // role: "teacher"
$hk->students->list(['cohort_id' => $cohortId]); // role: "student" $hk->teachers->list(['cohort_id' => $cohortId]); // role: "teacher"