Users
Create a user
Creates a user in the current school. Call this endpoint on the school domain, for example https://school.courselit.app/api/user, and authenticate with x-api-key. The legacy apikey field in the request body is still accepted for backward compatibility.
post/api/user
Request body
Response
User created successfully.
Example response
{
"email": "5d41402abc4b2a76b9719d911017c592"
}