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

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Name | The human readable name of the created group. |
{
"type": "<string>",
"name": "<string>",
"id": "<string>",
"_links": {
"self": "<string>",
"base": "<string>",
"context": "<string>"
}
}
Was this page helpful?