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
Name | Required | Description | Default |
---|---|---|---|
page | No | 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. | |
pageSize | No | 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 | No | 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. |