Parameter | Description |
---|---|
DataSet ID | The ID of the DataSet. |
PDP ID | The ID of the PDP. Can be obtained via the List PDP Policies action. |
{
"id": 8,
"type": "user",
"name": "Only Show Attendees",
"filters": [
{
"column": "Attending",
"values": [
"TRUE"
],
"operator": "EQUALS",
"not": false
}
],
"users": [
27
],
"groups": []
}
Was this page helpful?