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
IDThe ID of the group to get details on.

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