Skip to main content

Documentation Index

Fetch the complete documentation index at: https://learninghub.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Permissions required: Permission to access the Confluence site (‘Can use’ global permission).
To learn more, visit the Confluence documentation.

Parameters

ParameterDescription
LimitThe maximum number of groups to return per page.Note, this may be restricted by fixed system limits.
StartThe starting index of the returned groups.

Example Output

{    "_links": {},    "limit": 0,    "results": [        {            "_links": {},            "id": "string",            "name": "string",            "type": "group"        }    ],    "size": 0,    "start": 0}

Workflow Library Example

Get Groups with Confluence and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop