Table of Contents
Assign Content Permission Sets Action
Table of Contents
The AssignContentPermissionSetsAction assigns content permission sets to content, e.g., gives access to suppliers.
Specific definitions
Type ahead and select the content permission set from the dropdown list. The Permission Set ID is used in the Business Rule, so you can update the name anytime.
Property | Value |
kind | AssignContentPermissionSetsAction |
permissionSetIds |
The IDs of the Permission Sets to assign. See Permission Set for details, but except in the JSON, you don't have to worry about casing. |
replace | Indicates whether the already assigned permissions should be replaced or merged. |
Assign Permission Set
"actions": [
{
"kind": "AssignContentPermissionSetsAction",
"permissionSetIds": [
"617a2008a5274735b50a926c8da6097c"
],
"replace": false,
"traceRefId": null
}
],