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

Preview this Workflow on desktop