Get Groups
Returns all user groups. The returned groups are ordered alphabetically in ascending order by group name.
Permissions required: Permission to access the Confluence site ('Can use' global permission).
External Documentation
To learn more, visit the Confluence documentation.
Parameters
Parameter | Description |
---|---|
Limit | The maximum number of groups to return per page. Note, this may be restricted by fixed system limits. |
Start | The 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