Create a student
Creates a student in the active school, associates the supplied family and academic year, optionally places the student in a class or grade, creates each supplied address, and returns the v2 student resource. Creating students requires create-students permission.
Authentication
AuthorizationBearer
The signed-in SchoolSet user token sent by the frontend.
Request
This endpoint expects an object.
firstname
lastname
address
family_id
academ_year_id
firstname_hebrew
lastname_hebrew
phone
email
dob
dob_hebrew
gender
Allowed values:
class_id
grade_id
Response
Student created and returned as a v2 student resource.
status
message
data
Errors
401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error

