How to enroll multiple users in a section with one API call?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2021
10:32 AM
I need to use the Canvas API to enroll multiple users (up to 400 per batch) into an existing course section.
I see the API will let me POST one user enrollment per API call using the "/v1/sections/{section_id}/enrollments" function.
Is there a different function that would let me enroll multiple users with a single API call? Maybe some SIS import function? I'd rather not take the slow approach of iterating over the list of users and enrolling them one at a time.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.