Hi All :wave: , I wanted to know the JSON format f...
# gooddata-platform
s
Hi All 👋 , I wanted to know the JSON format for adding multiple MUFs/Data permissions to a single user. The documentation indicates to use AND operator but does not provide the sample. Can someone please guide ?
Copy code
{
  "userFilters": {
    "items": [
      {
        "user": "/gdc/account/profile/{profile_id}",
        "userFilters": [
          "/gdc/md/{workspace_id}/obj/{data_permission_id}"
        ]
      }
    ]
  }
}
Please ignore: I was able to figure out the solution.
🙌🏼 1