External DocumentationTo learn more, visit the Atlassian Crowd documentation.
Actions
Get Group
Get the details of a group.

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 |
|---|---|
| Group Name | The name of the group to get details of. |
{
"link": {
"href": "link_to_group",
"rel": "self"
},
"name": "groupname",
"description": "Group Description",
"type": "GROUP",
"active": true,
"attributes": {
"link": {
"href": "https://crowdserver/crowd/rest/usermanagement/1/group/attributes?groupname=groupname",
"rel": "self"
},
"attribute": []
}
}
Was this page helpful?