Creates a new user group. Permissions required: User must be a site admin.
External DocumentationTo learn more, visit the Confluence documentation.

Parameters

ParameterDescription
NameThe human readable name of the created group.

Example Output

{
	"type": "<string>",
	"name": "<string>",
	"id": "<string>",
	"_links": {
		"self": "<string>",
		"base": "<string>",
		"context": "<string>"
	}
}

Workflow Library Example

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