External DocumentationTo learn more, visit the Confluence documentation.
Basic Parameters
Advanced Parameters
Example Output
Workflow Library Example
Search Groups with Confluence and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Query | The search term used to query results. |
| Parameter | Description |
|---|---|
| Limit | The maximum number of groups to return per page. Note: this is restricted to a maximum limit of 200 groups. |
| Should Return Total Size | Whether to include total size parameter in the results. Note: fetching total size property is an expensive operation; use it if your use case needs this value. |
| Start | The starting index of the returned groups. |
{
"results": [
{
"type": "group",
"name": "<string>",
"id": "<string>",
"_links": {}
}
],
"start": 2154,
"limit": 2154,
"size": 2154,
"totalSize": 150,
"_links": {}
}
Was this page helpful?