cURL
curl --request POST \ --url https://api.example.com/v1/users \ --header 'Content-Type: application/json' \ --data ' { "email": "<string>", "name": "<string>", "role": {}, "external_id": "<string>", "metadata": {} } '
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.
student
teacher
manager
admin
const ada = await hk.users.create({ email: "ada@example.edu", name: "Ada Lovelace", role: "student", external_id: "canvas_user_42", });
cohorts.bulk()