self_enroll_student()
Parameters
- Token(character varying)
- StudentEnrollKey(character varying)
- CourseID(integer)
Returns
- Success or Error
Description
- Allows a student to self enroll with the course key that was probably emailed to them by an instructor or the institution.
Errors
- 1 - Invalid Session.
- 2 - The ClassID is not valid.
- 3 - The course is not currently active.
- 4 - The student is already added to the course.
- 5 - Self Enrollment key is invalid.