Skip to main content
Glama

BookStack MCP Server

by lautarobarba

create_user

Create new user accounts in BookStack with required name, email, and password fields, plus optional role assignments and language preferences.

Instructions

Create a new user account

Input Schema

NameRequiredDescriptionDefault
emailYesEmail address (required, must be unique)
external_auth_idNoExternal authentication ID
languageNoUser interface language code
nameYesFull name of the user (required)
passwordYesPassword (required, min 8 characters)
rolesNoArray of role IDs to assign to the user
send_inviteNoSend invitation email to user

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address (required, must be unique)", "type": "string" }, "external_auth_id": { "description": "External authentication ID", "type": "string" }, "language": { "description": "User interface language code", "type": "string" }, "name": { "description": "Full name of the user (required)", "type": "string" }, "password": { "description": "Password (required, min 8 characters)", "type": "string" }, "roles": { "description": "Array of role IDs to assign to the user", "items": { "type": "number" }, "type": "array" }, "send_invite": { "description": "Send invitation email to user", "type": "boolean" } }, "required": [ "name", "email", "password" ], "type": "object" }

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/lautarobarba/bookstack_mcp_server'

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