Skip to main content
POST
Create Tutor

Authorizations

Authorization
string
header
required

Org API key as Token token=ei_live_...

Headers

Idempotency-Key
string | null

Body

application/json

POST /v1/tutors → mint a tutor (or admin) account + tutor profile. scope accounts:write.

email is optional (omit → no-email placeholder account, invite later); send_invite (default true) gates the set-password email when a real email is present.

full_name
string
required
email
string | null
send_invite
boolean
default:true
role
enum<string>
default:tutor
Available options:
tutor,
admin

Response

Successful Response

Result of POST /v1/students|tutors|parents — one entry per account processed (a student with a nested parent returns two).

results
ProvisionedAccount · object[]
required