Get the details of a group.

External Documentation

To learn more, visit the Atlassian Crowd documentation.

Parameters

ParameterDescription
Group NameThe name of the group to get details of.

Example Output

{
	"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": []
	}
}

Workflow Library Example

Get Group with Atlassian Crowd and Send Results Via Email

Preview this Workflow on desktop