I’m working on this fact too: I like to list all posts unlocked for a certain or more users.
e.g. list posts for accessable for user1:
- post1/li>
- post2/li>
- post3/li>
- post4/li>
e.g. list posts for accessable for user2:
- post5/li>
- post6/li>
- post7/li>
- post8/li>
The idea I had was to create a login session with the permissions of user 1 and list the articles. Setting up UAM correclty only accessable articles would be shown.
This works okay but if I want to list articles for a few users (like shown above) I think it won’t work with login sessions like: “create session 1, list articles, create session 2, list articles …”
Is there a basic function of UAM to list articles accessable for a certain user?