by martin.matejka@keboola.com This guide follows the one about creating the Manadatory User Filter: Create MUF with POSTMAN Chrome Extension When you have your UserFilter created, you just need it's Object ID and the ID of GD user you want to assign the UserFilter to. You can find both in GD Grey Pages (to access Grey Pages, follow either this GD guide, or use GoodData Extension Tool by selecting Proj from the bar):
Then place the values in the POSTMAN as you've learned in the previous guide. { "userFilters": { "items": [ { "user": "/gdc/account/profile/GD-USER-ID", "userFilters": [ "/gdc/md/GD-PROJECT-ID/obj/USER-FILTER-OBJECT-ID" ] } ] } } |