Skip to main content
Glama

Canvas MCP Server V2.0

canvas_create_user

Create a new user in a Canvas account by specifying account ID, user details, and login credentials. Automates user setup and supports sending confirmation emails.

Instructions

Create a new user in an account

Input Schema

NameRequiredDescriptionDefault
account_idYesID of the account
pseudonymYes
userYes

Input Schema (JSON Schema)

{ "properties": { "account_id": { "description": "ID of the account", "type": "number" }, "pseudonym": { "properties": { "password": { "description": "User's password", "type": "string" }, "send_confirmation": { "description": "Send confirmation email", "type": "boolean" }, "sis_user_id": { "description": "SIS ID for the user", "type": "string" }, "unique_id": { "description": "Unique login ID (email or username)", "type": "string" } }, "required": [ "unique_id" ], "type": "object" }, "user": { "properties": { "name": { "description": "Full name of the user", "type": "string" }, "short_name": { "description": "Short name of the user", "type": "string" }, "sortable_name": { "description": "Sortable name (Last, First)", "type": "string" }, "time_zone": { "description": "User's time zone", "type": "string" } }, "required": [ "name" ], "type": "object" } }, "required": [ "account_id", "user", "pseudonym" ], "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