Is there any possibility of enrolling multiple users to a course through Canvas live APIs.If yes , How to do that ?
@shyams
Yes 😀 you can use this endpoint to enroll a user to a course: https://canvas.instructure.com/doc/api/enrollments.html#method.enrollments_api.create
There are several ways you can archive this:
The easiest to implement this script is using a Spreadsheet program (E.g. Google Sheets if you are familiar with Javascript, or Microsoft Excel using VBA)
Tools like Postman allow you to test the API Endpoint without having to write any script.
My favorite low-code solution is an open-source software called n8n, you can follow my guide here to set it up: https://community.canvaslms.com/t5/Canvas-Developers-Group/Automate-Canvas-with-n8n/ba-p/585337
This software allows you to create a workflow (Via a GUI interface) with multiple actions (E.g Input a CSV with a list of users -> iterate through the list -> call the API endpoint to enroll users)
Please let me know if you need help with any of the above methods.
One of our faculty members is using a table to show his class schedule in Canvas. He would like to vertically align the dates to the top of their cell, so he uses the Cell Properties dialog in the RCE, resulting in code like this: <td style="width: 15%; vertical-align: top;"> But after he saves the Page, the vertical-align…
Is there not a feature to automatically set "Until" dates/times on assignments to be the same as "Due By" dates/times? This would be a huge time-saver for many of us… having to set them all manually is a huge time suck.
Hi! I have this question from a Special Ed teacher who is also listed as Teacher in a course with a GenEd teacher. Any ideas or workarounds on how she can see the assignment before students do? I did a google search and found some ideas, but wondering if there are tested/proven practices you have to share. Thanks! Here is…
I've seen old posts regarding this question. Can Admin users generate pairing codes on behalf of students?
I am working on utilizing the new Portfolio feature for our review of evidence in the practicum experience. Limitations we have come across are that multiple instructors within a course are not able to see the portfolio, only the instructor who created it. Is this something that will be available in the future? Or is there…