Enrollment Mutations
Important: The Teachify Admin API is currently under development and not yet available for public use. This documentation is provided for preview purposes only.
Overview
The enrollment mutations allow you to manage student enrollments in courses within your Teachify school. These operations enable you to programmatically add or remove students from courses and handle bulk operations.
Available Mutations
enrollStudent
Note: This mutation is still under development and will be fully documented when available.
Enrolls a student in a course, giving them access to all course content.
unenrollStudent
Note: This mutation is still under development and will be fully documented when available.
Removes a student from a course, revoking their access to course content.
bulkEnrollStudents
Note: This mutation is still under development and will be fully documented when available.
Enrolls multiple students in a course at once, useful for managing large classes or cohorts.
Error Handling
All enrollment mutations return an errors
field in the response that will contain any validation or processing errors that occurred during the operation.
For more information about the Teachify Admin API, please refer to the API Overview.