Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Get all group attributes.
External DocumentationTo 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
Workflow LibraryPreview this Workflow on desktop