cURL
curl --request GET \ --url https://api.example.com/v1/users
Documentation IndexFetch the complete documentation index at: https://docs.hawkings.education/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.hawkings.education/llms.txt
Use this file to discover all available pages before exploring further.
const teachers = await hk.users.list({ role: "teacher" }); const cohort = await hk.users.list({ cohort_id: "coh_123" });