Get Group
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 Documentation
To learn more, visit the Confluence documentation.
Parameters
Parameter | Description |
---|---|
Group Name | The name of the group. This is the same as the group name shown in the Confluence administration console. |
Example Output
{
"_links": {},
"id": "string",
"name": "string",
"type": "group"
}
Workflow Library Example
Get Group with Confluence and Send Results Via Email
Preview this Workflow on desktop