The question depends how you would like to bring new students in.
Manually you could add students in Admin / People and populate the SIS and login details, but guessing if you are wanting SIS id populating your looking at getting data from your student information system (SIS) to populate students into Canvas.
We recently started using Canvas and looked at this, there are 2 basic routes we found:
- Bulk uploading using a formatted csv file out of the SIS and imported as a job into Canvas.
- Using the API to create the user account.
We decided down the route of API as dynamically provisioning students once at an "enroll" status in our SIS, but this route will need you to have a developer onboard to develop the service. If you have this can point you in the direction of setting up API key you will need and the POST requests format of the message for API.
The bulk upload method this document is helpful, but we only used once.https://community.canvaslms.com/docs/DOC-12585-4214164118
Les
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.