ErikBoesen / schoolopy

:school: Python wrapper for Schoology's REST API.
MIT License
47 stars 19 forks source link

get_course_users #53

Closed MaxMessinger closed 1 year ago

MaxMessinger commented 1 year ago

Hello - I was wondering if there's a path to get a list of users in a specific course - I wasn't able to find it in their documentation. Thanks!

ErikBoesen commented 1 year ago

You're probably looking for get_section_enrollments. Schoology's use of the "course" nomenclature is a bit confusing—each course can have one or more section, and sections are what students are actually enrolled in.