Actions
Update PDP Policy
Update the specific PDP policy for a DataSet.

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 |
|---|---|
| DataSet ID | The ID of the DataSet. |
| Filters | An array which consists of attributes that the policy will use to filter data by. For example: |
| Name | Name of the policy to update. |
| PDP ID | The ID of the PDP. Can be obtained via the List PDP Policies action. |
| Parameter | Description |
|---|---|
| Groups | A comma-separated list of group IDs the policy applies to. |
| Type | The type of the policy. |
| Users | A comma-separated list of user IDs the policy applies to. |
{
"id": 8,
"type": "user",
"name": "Not Attending",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": true
}
],
"users": [
27
],
"groups": [
4
]
}
Was this page helpful?