Create a new group.

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.
NameThe name of the group.
TypeThe type of the group entity.

Advanced Parameters

ParameterDescription
AttributesAdditional attributes of the entity.For example:{ "attributes": [ { "name": "string", "values": ["string"] } ]}For more information about the Attributes parameter, visit Atlassian Crowd API documentation.
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

Add Group with Atlassian Crowd and Send Results Via Email

Preview this Workflow on desktop