Add Or Update Group Attributes action.
External DocumentationTo learn more, visit the Atlassian Crowd documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Add Or Update Group Attributes action.
| Parameter | Description |
|---|---|
| Active | Set whether the entity is active. |
| Description | The description of the group. |
| Expand | Set if the response should include expanded information. |
| Group Name | The unique group name associated with the group to update. |
| Name | The name of the group, on default it is the same as the value of Group Name. |
| Type | The type of the group entity. |
| Parameter | Description |
|---|---|
| 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?