I want to restrict certain users from accessing a class called Item in my parse database. I created a role called blockedUsers and added some users to it.
Now I am confused as to how I should modify the Items class's Class Level Perrmissions to restrict these users.
My objective: Everyone should have access to class Item except a group of users. Can anyone please help