How do I add multiple users in a single API call?

Jump to solution
aerialbear
Community Novice

I need to be able to create multiple users in a single API call.  It doesn't appear that the API supports this but I want to confirm that and learn of any plans to add this ability in the future.

1 Solution
robotcars
Community Champion

Hi  @aerialbear 

The SIS Imports endpoint allows uploading of CSV files to create and edit large amounts of Users, Courses, and Enrollments and more. CSV SIS Import Format Documentation - Canvas LMS REST API Documentation

There are some older unsupported examples here, canvas/sis/sis_import_standard at master · unsupported/canvas · GitHub  

View solution in original post