Skip to main content
Glama

Canvas MCP Server V2.0

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

NameRequiredDescriptionDefault
course_idYesID of the course
enrollment_stateNoState of the enrollment (active, invited, etc.)
roleNoRole for the enrollment (StudentEnrollment, TeacherEnrollment, etc.)
user_idYesID of the user to enroll

Input Schema (JSON Schema)

{ "properties": { "course_id": { "description": "ID of the course", "type": "number" }, "enrollment_state": { "description": "State of the enrollment (active, invited, etc.)", "type": "string" }, "role": { "description": "Role for the enrollment (StudentEnrollment, TeacherEnrollment, etc.)", "type": "string" }, "user_id": { "description": "ID of the user to enroll", "type": "number" } }, "required": [ "course_id", "user_id" ], "type": "object" }
Install Server

Other Tools from Canvas MCP Server V2.0

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/mcp-canvas-lms'

If you have feedback or need assistance with the MCP directory API, please join our Discord server