Enrollment API Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2021
10:34 AM
I am using Postman to test sending enrollments to Canvas API. I was getting errors at first because I was using the SIS userid and SIS section id for the Post. I got it working using the user_id and course_section_id within Canvas...that are not in my SIS.
My questions are:
1. Is there anyway to use the SIS ID's to enroll users so that I can do it directly from my SIS?
2. If not, how are others pulling the Canvas user_id and section id from the API before enrolling.
Thanks for your help.