Found this content helpful? Log in or sign up to leave a like!
Bulk Assign Modules to Sections
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2025
01:15 PM
Hello,
I was looking through the Modules API (https://canvas.instructure.com/doc/api/modules.html), but couldn't find a way to assign modules to sections in bulk. I have 5 courses, each with over 300 modules that I need to assign to 2 out of 6 different sections... I'm really hoping I don't have to do that much clicking 🙂
Thanks,
Dave
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2025
06:40 AM
Hey Dave,
It seems that /v1/courses/{course_id}/modules/{context_module_id}/assignment_overrides may do what you need. I haven't used that particular endpoint myself, but it seems it should do the trick.
Best,
-Mark