Returns a user group for a given group name. Use updated Get group API Permissions required: Permission to access the Confluence site (‘Can use’ global permission).
External DocumentationTo learn more, visit the Confluence documentation.

Parameters

ParameterDescription
Group NameThe name of the group. This is the same as the group name shown in
the Confluence administration console.

Example Output

{
	"results": [
		{
			"type": "<string>",
			"name": "<string>",
			"id": "<string>",
			"_links": {
				"self": "<string>"
			}
		}
	],
	"start": 40,
	"limit": 786,
	"size": 640,
	"_links": {
		"base": "<string>",
		"context": "<string>",
		"self": "<string>"
	}
}

Workflow Library Example

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