enroll_student
Enroll a student, mentor, or staff member in a course by providing the course slug and user email.
Instructions
Enroll a student in a course.
Args: course: The course name (slug). student: The User email/ID of the student. member_type: "Student", "Mentor", or "Staff".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| course | Yes | ||
| student | Yes | ||
| member_type | No | Student |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |