Skip to main content
Glama

BoldSign MCP Server

list_users

Retrieve a paginated list of BoldSign users with optional search filtering to find specific team members or contacts in your e-signature platform.

Instructions

Retrieves a paginated list of BoldSign users, with optional filtering by a search term.

Input Schema

NameRequiredDescriptionDefault
pageYes
pageSizeYes
searchNoOptional. A string used to filter the user list. The API will return contacts whose details contain this search term.

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 1, "maximum": 9007199254740991, "minimum": 1, "type": "integer" }, "pageSize": { "maximum": 100, "minimum": 1, "type": "integer" }, "search": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "description": "Optional. A string used to filter the user list. The API will return contacts whose details contain this search term." } }, "required": [ "pageSize", "page" ], "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/Synctest-hub/boldsign-mcp'

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