Auth

Register User

Simplified registration endpoint - creates account with minimal info. Onboarding data will be collected progressively via /users/me/onboarding endpoint.

post/register

Request body

emailstring email required
passwordstring required
first_namestring required
last_namestring required
role'student' | 'teacher'
referralstring nullable
device_typestring nullable
onboarding_session_idstring nullable

Response

Successful Response

{"stackTrail":"paths:/register:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

No recorded changes to this endpoint across all 1 revision of this API.