Skip to main content
Glama

Webex MCP Server

list_people

Retrieve and organize user data within Webex by listing people based on email, name, ID, roles, or location. Facilitates targeted access and management of user details via the Webex Messaging API.

Instructions

List people in an organization using the Webex Messaging API.

Input Schema

NameRequiredDescriptionDefault
callingDataNoInclude Webex Calling user details in the response.
displayNameNoList people whose name starts with this string. For non-admin requests, either this or email are required.
emailNoList people with this email address. For non-admin requests, either this or displayName are required.
idNoList people by ID. Accepts up to 85 person IDs separated by commas.
locationIdNoList people present in this location.
maxNoLimit the maximum number of people in the response.
orgIdNoList people in this organization. Only admin users of another organization may use this parameter.
rolesNoList of roleIds separated by commas.

Input Schema (JSON Schema)

{ "properties": { "callingData": { "description": "Include Webex Calling user details in the response.", "type": "boolean" }, "displayName": { "description": "List people whose name starts with this string. For non-admin requests, either this or email are required.", "type": "string" }, "email": { "description": "List people with this email address. For non-admin requests, either this or displayName are required.", "type": "string" }, "id": { "description": "List people by ID. Accepts up to 85 person IDs separated by commas.", "type": "string" }, "locationId": { "description": "List people present in this location.", "type": "string" }, "max": { "description": "Limit the maximum number of people in the response.", "type": "integer" }, "orgId": { "description": "List people in this organization. Only admin users of another organization may use this parameter.", "type": "string" }, "roles": { "description": "List of roleIds separated by commas.", "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/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'

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