Skip to main content

Update PDP Policy

Update the specific PDP policy for a DataSet.

Basic Parameters

ParameterDescription
DataSet IDThe ID of the DataSet.
FiltersAn array which consists of attributes that the policy will use to filter data by.

For example:
[
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS"
}
]
NameName of the policy to update.
PDP IDThe ID of the PDP. Can be obtained via the List PDP Policies action.

Advanced Parameters

ParameterDescription
GroupsA comma-separated list of group IDs the policy applies to.
TypeThe type of the policy.
UsersA comma-separated list of user IDs the policy applies to.

Example Output

{
"id": 8,
"type": "user",
"name": "Not Attending",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": true
}
],
"users": [
27
],
"groups": [
4
]
}

Workflow Library Example

Update Pdp Policy with Domo and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop