Skip to main content

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

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