Hi there,
I’m looking for a way that may help me to determine if a user can view a particular Confluence page.
Currently, I found 1 solution:
using ACT_AS_USER scope call /wiki/rest/api/content since “Only content that the user has permission to view will be returned.”
Are there any other ways?