Users
Create User
Creates a User.
POST
/
users
Example
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
"student"
or "teacher"
. If unset, a home user will be created, unable to join classrooms.
Available options:
student
, teacher