UpdateUserPreferences
Update a user’s preferences filtered by type
Path Parameters
Body
application/json
Body
Response
application/json
Response
The request has succeeded.
The request has succeeded.
Show Child Parameters
Authentication
Path Parameters
Body
GetUserStudentInformation
Get a user’s student information
Path Parameters
Response
application/json
Response
The request has succeeded.
Models.Responses.UserStudentInformationListResponse
The request has succeeded.
Show Child Parameters
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
GetUserCurrentStudentInformation
Get a user’s student information for a academic specified year
Path Parameters
Year format (YYYY)
Example:2026
Response
application/json
Response
The request has succeeded.
Models.Responses.UserStudentInformationResponse
The request has succeeded.
Show Child Parameters
Show Child Parameters
Authentication
Path Parameters
AddUserCurrentStudentInformation
Add a user’s student information for a specific academic year
Path Parameters
Year format (YYYY)
Example:2026
Body
application/json
Body
Models.StudentInformation
The unique identifier of the school the student is enrolled in. Can be obtained from the /metadata/users/school-options endpoint.
The study level of the student. Can be obtained from the /metadata/users/study-level-options endpoint.
The academic year of the student.
Indicates if the student is in their last year.
Response
application/json
Response
The request has succeeded.
The request has succeeded.
Show Child Parameters
Authentication
Path Parameters
Body
UpdateUserCurrentStudentInformation
Update a user’s student information for a specific academic year
Path Parameters
Year format (YYYY)
Example:2026
Body
application/json
Body
Models.StudentInformation
The unique identifier of the school the student is enrolled in. Can be obtained from the /metadata/users/school-options endpoint.
The study level of the student. Can be obtained from the /metadata/users/study-level-options endpoint.
The academic year of the student.
Indicates if the student is in their last year.
Response
Response
The request has succeeded.