How assign/add teacher to a course using API?

Jump to solution
KhemrajMaurya
Community Member

How can i assign Teacher to a Course when i create or update a new course using API. 

0 Likes
1 Solution
mzimmerman
Community Coach
Community Coach

You have to use the Enrollments API https://canvas.instructure.com/doc/api/enrollments.html#method.enrollments_api.create to enroll an instructor in a course.  You can't do it as part of the course creation.

View solution in original post