External DocumentationTo learn more, visit the Atlassian Crowd documentation.
Actions
Add Group
Create a new group.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Active | Set whether the entity is active. |
| Description | The description of the group. |
| Expand | Set if the response should include expanded information. |
| Name | The name of the group. |
| Type | The type of the group entity. |
| Parameter | Description |
|---|---|
| Attributes | Additional attributes of the entity. For example: For more information about the Attributes parameter, visit Atlassian Crowd API documentation. |
| Link Href | The URL that points to the related entity. |
| Link Rel | The relationship type of the linked entity (e.g., self, next, previous). |
{
"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": []
}
}
Was this page helpful?