Skip to main content
Glama

Multilead Open API MCP Server

by vanman2024

list_all_users_as_a_whitelabel

Retrieve a paginated list of all users in your whitelabel account for user management and oversight.

Instructions

List All Users as a Whitelabel

As a whitelabel, this action retrieves the list of all your users.

Args: limit: Maximum number of results to retrieve (default: 30) offset: Position in the dataset to start from (default: 0)

Returns: Paginated list of users with metadata

Input Schema

NameRequiredDescriptionDefault
limitNo
offsetNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null }, "offset": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null } }, "type": "object" }

Other Tools from Multilead Open API MCP Server

Related Tools

    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/vanman2024/multilead-mcp'

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