List PDP Policies
List the Personalized Data Permission (PDP) policies for a specified DataSet.
Parameters
Parameter | Description |
---|---|
DataSet ID | The ID of the DataSet. |
Example Output
[
{
"id": 8,
"type": "user",
"name": "Only Show Attendees",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": false
}
],
"users": [
27
],
"groups": []
}
]
Workflow Library Example
List Pdp Policies with Domo and Send Results Via Email
Preview this Workflow on desktop