Skip to main content
Glama

GitHub Enterprise MCP Server

list-users

Retrieve and filter GitHub Enterprise users by status, search query, or pagination parameters using the GitHub Enterprise MCP Server integration.

Input Schema

NameRequiredDescriptionDefault
filterNoFilter users by status
pageNoPage number for pagination
per_pageNoNumber of results per page (max 100)
searchNoSearch query to filter users by username or email

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Filter users by status", "enum": [ "all", "active", "suspended" ], "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "per_page": { "description": "Number of results per page (max 100)", "type": "number" }, "search": { "description": "Search query to filter users by username or email", "type": "string" } }, "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