Get all group attributes.

External Documentation

To learn more, visit the Atlassian Crowd documentation.

Parameters

ParameterDescription
Group NameThe name of the group.

Example Output

{
	"link": {
		"href": "https://crowdserver/crowd/rest/usermanagement/1/group/attributes?username=sampleuser",
		"rel": "self"
	},
	"attribute": [
		{
			"link": {
				"href": "https://crowdserver/crowd",
				"rel": "self"
			},
			"name": "attribute",
			"values": [
				"value1",
				"value2"
			]
		}
	]
}

Workflow Library Example

Get Group Attributes with Atlassian Crowd and Send Results Via Email

Preview this Workflow on desktop