activating and reactivating users

One can add a user to a course via the API, for example:

./
    

Download enroll_person_in_course_by_SISID.py 5694 xxxxxx StudentEnrollment

After_adding_student_to_course-20180707.png

One can now set the student to inactive with:

./
    

Download set_enrollment_state_of_SISID_person_in_course.py -v 5694 xxxxxx inactive

set user inactive

 

An inactive student can be set to active with:

./set_enrollment_state_of_SISID_person_in_course.py -v 5694 xxxxxx active

reactivate user