Hello, what is the standard way to check if a user can do an action ?
I see from the API that we can test for relationships but not actions.
What I would like is to check if
user
can
edit
(action) the file
myfile
from the
File
namespace.
I do not want to check if
user
is
editors
(relation) of the file
myFile
.
m
magnificent-energy-493
05/05/2023, 6:58 AM
Hello Luc, see this.
Let me know if that makes it clearer.