canvas_enroll_user
Enroll a user into a Canvas course by specifying course ID, user ID, role, and enrollment state. Manage course participation and access efficiently.
Instructions
Enroll a user in a course
Input Schema
Name | Required | Description | Default |
---|---|---|---|
course_id | Yes | ID of the course | |
enrollment_state | No | State of the enrollment (active, invited, etc.) | |
role | No | Role for the enrollment (StudentEnrollment, TeacherEnrollment, etc.) | |
user_id | Yes | ID of the user to enroll |