Skip to main content
Glama

boldsign

Official

list_teams

Fetch a paginated list of teams in your BoldSign organization, including team names, users, and creation details. Filter results with a search term and navigate through pages for efficient team management.

Instructions

Retrieve a paginated list of teams within your BoldSign organization. This API fetches team details such as team name, users, created date, and modified date for all listed teams, with options for filtering using a search term and navigating through pages of results.

Input Schema

NameRequiredDescriptionDefault
pageNoRequired. The page number to retrieve from the list of teams, starting from 1. Used for pagination to navigate through the list of available teams.
pageSizeNoOptional. Specifies the maximum number of teams to retrieve per page. The value must be an integer between 1 and 100. By default, the BoldSign API retrieves 10 teams per page.
searchKeyNoOptional. A search term to filter the list of teams. The API will return teams whose details, such as name, match the provided search term.

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "page": { "default": 1, "description": "Required. The page number to retrieve from the list of teams, starting from 1. Used for pagination to navigate through the list of available teams.", "minimum": 1, "type": "integer" }, "pageSize": { "anyOf": [ { "anyOf": [ { "not": {} }, { "maximum": 100, "minimum": 1, "type": "integer" } ] }, { "type": "null" } ], "default": 10, "description": "Optional. Specifies the maximum number of teams to retrieve per page. The value must be an integer between 1 and 100. By default, the BoldSign API retrieves 10 teams per page." }, "searchKey": { "anyOf": [ { "anyOf": [ { "not": {} }, { "type": "string" } ] }, { "type": "null" } ], "description": "Optional. A search term to filter the list of teams. The API will return teams whose details, such as name, match the provided search term." } }, "type": "object" }

You must be authenticated.

Other Tools from boldsign

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/boldsign/boldsign-mcp'

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