Update the properties of a group.

Note: To update group’s attributes, use the Add Or Update Group Attributes action.

External Documentation

To learn more, visit the Atlassian Crowd documentation.

Basic Parameters

ParameterDescription
ActiveSet whether the entity is active.
DescriptionThe description of the group.
ExpandSet if the response should include expanded information.
Group NameThe unique group name associated with the group to update.
NameThe name of the group, on default it is the same as the value of Group Name.
TypeThe type of the group entity.

Advanced Parameters

ParameterDescription
Link HrefThe URL that points to the related entity.
Link RelThe relationship type of the linked entity (e.g., self, next, previous).

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

Update Group with Atlassian Crowd and Send Results Via Email

Preview this Workflow on desktop