Creates a new user group.

Permissions required: User must be a site admin.

External Documentation

To 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

Preview this Workflow on desktop