Create User

Creates a User.

Headers

AuthorizationstringRequired

Basic authentication of the form Basic <username:password>.

Request

This endpoint expects an object.
namestringRequired
emailstringRequired
roleenumOptional

"student" or "teacher". If unset, a home user will be created, unable to join classrooms.

Allowed values:
preferredLanguagestringOptional
heroConfigobjectOptional
birthdaystringOptional

Response

This endpoint returns an object.
_idstringOptional
emailstringOptional
namestringOptional
slugstringOptional
rolestringOptional

Usually either ‘teacher’ or ‘student’

statsobjectOptional
oAuthIdentitieslist of objectsOptional
subscriptionobjectOptional
licenseobjectOptional