Users
Update a user
Updates 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. CourseLit proxy infrastructure resolves the school and injects the internal domain header automatically. The legacy apikey field in the request body is still accepted for backward compatibility.
patch/api/user
Request body
Response
User updated successfully.
Example response
{
"email": "5d41402abc4b2a76b9719d911017c592"
}