Actions
Add Or Update Group Attributes
Add or update group attributes.
To update an existing attribute, you must explicitly specify it in the Attributes
parameter. Any attributes not included will remain unchanged.
External Documentation
To learn more, visit the Atlassian Crowd documentation.
Basic Parameters
Parameter | Description |
---|---|
Attributes | An array of group attributes.For example:[ { "name": "attribute", "values": [ "value1", "value2" ] }] To update an existing attribute, you must explicitly specify it. Any attributes not included will remain unchanged.For more information about the Attributes parameter, visit Atlassian Crowd API documentation. |
Group Name | The name of the group. |
Advanced Parameters
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 ). |
Workflow Library Example
Add or Update Group Attributes with Atlassian Crowd and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?