How assign/add teacher to a course using API?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022
01:35 AM
How can i assign Teacher to a Course when i create or update a new course using API.
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2022
09:03 AM
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.