Skip to main content
Glama

BookStack MCP Server

by lautarobarba

update_user

Modify an existing BookStack user account by updating details such as name, email, password, roles, language, or external authentication ID.

Instructions

Update an existing user account

Input Schema

NameRequiredDescriptionDefault
emailNoEmail address (must be unique)
external_auth_idNoExternal authentication ID
idYesUser ID
languageNoUser interface language code
nameNoFull name of the user
passwordNoNew password (min 8 characters)
rolesNoArray of role IDs to assign to the user (replaces existing)

Input Schema (JSON Schema)

{ "properties": { "email": { "description": "Email address (must be unique)", "type": "string" }, "external_auth_id": { "description": "External authentication ID", "type": "string" }, "id": { "description": "User ID", "type": "number" }, "language": { "description": "User interface language code", "type": "string" }, "name": { "description": "Full name of the user", "type": "string" }, "password": { "description": "New password (min 8 characters)", "type": "string" }, "roles": { "description": "Array of role IDs to assign to the user (replaces existing)", "items": { "type": "number" }, "type": "array" } }, "required": [ "id" ], "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