Example
Attributes
string
Prefix
usr_.string
string
enum
student | teacher | manager | admin.string
string | null
Your LMS’ user ID.
object
boolean
Documentation Index
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.
{
"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_.student | teacher | manager | admin.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"