The Instructure Community will enter a read-only state on November 22, 2025 as we prepare to migrate to our new Community platform in early December. Read our blog post for more info about this change.
How do you do, fellow admins?
Has anyone found a report to see which courses are set to self-enrollment in an account?
I can get a course via API that reflects its "open enrollment" and "self-enrollment" status but not for an account. Canvas data doesn't list it either, only if the course is public.
Thanks for any ideas you have!
Mike
Solved! Go to Solution.
I was going to suggest this. It doesn't seem that the API call for listing all courses inside an account (see below) supports returning the self enrollment attribute.
Instead loop through all the course ids with the following API call:
GET https://school.instructure.com/api/v1/accounts/:account_id/courses/:course_id?include[]=self_enrollm...
Is writing a program to request all the courses for an account, loop through them, and look at the enrollment status of each course something that's possible for you?
I was going to suggest this. It doesn't seem that the API call for listing all courses inside an account (see below) supports returning the self enrollment attribute.
Instead loop through all the course ids with the following API call:
GET https://school.instructure.com/api/v1/accounts/:account_id/courses/:course_id?include[]=self_enrollm...
Can we get an Instructure crafted sort tool on the radar?
@jon_stocker...
You could submit this as a Feature Idea here in the Community...or if there was a Feature Idea already created that is similar to what you're looking for, you could participate in that conversation and give the idea a star rating. (Feature Ideas are just one of the many ways that Instructure gets feedback from users, by the way.)
Hope this will help a bit. Take care...be well.
Community helpTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign inTo interact with Panda Bot, our automated chatbot, you need to sign up or log in:
Sign in
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.