Skip to main content
Glama

GitHub Enterprise MCP Server

update-user

Modify user details in GitHub Enterprise, including email, name, company, location, bio, blog, and Twitter username, by specifying the required username.

Input Schema

NameRequiredDescriptionDefault
bioNoBiography for the user
blogNoURL of the user's blog or website
companyNoCompany for the user
emailNoThe email address for the user
locationNoLocation for the user
nameNoFull name for the user
twitter_usernameNoTwitter username for the user
usernameYesUsername of the user to update

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "bio": { "description": "Biography for the user", "type": "string" }, "blog": { "description": "URL of the user's blog or website", "type": "string" }, "company": { "description": "Company for the user", "type": "string" }, "email": { "description": "The email address for the user", "type": "string" }, "location": { "description": "Location for the user", "type": "string" }, "name": { "description": "Full name for the user", "type": "string" }, "twitter_username": { "description": "Twitter username for the user", "type": "string" }, "username": { "description": "Username of the user to update", "type": "string" } }, "required": [ "username" ], "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/ddukbg/github-enterprise-mcp'

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