get_course_people
Retrieve the list of people enrolled in a course, with optional filtering by role such as student, teacher, TA, observer, or designer.
Instructions
List people enrolled in a course, optionally filtered by role.
Args: course_id: The numeric Canvas course ID (get it from get_courses). role: Filter by enrollment role. One of: StudentEnrollment, TeacherEnrollment, TaEnrollment, ObserverEnrollment, DesignerEnrollment. Leave empty for all.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | ||
| account | No | uchile | |
| course_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |