Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba

get_customer_license_users

Retrieve users associated with a specific license for a product and customer using the LicenseSpring MCP Server to manage license data effectively.

Instructions

Get customer license users for a specific license

Input Schema

NameRequiredDescriptionDefault
customerYes
productYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "customer": { "minLength": 1, "type": "string" }, "product": { "minLength": 1, "type": "string" } }, "required": [ "product", "customer" ], "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/stier1ba/licensespring-mcp'

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