AndrewSimm
Well-known member
I am trying to return a list of users where "submitWithoutApproval" is false. If I was return this for the visitor then it would look like this
, but instead I am trying to return a list of other users using finder.
How can I query a list of users that don't have permission to submit without approval?
PHP:
$visitor->hasPermission('general', 'submitWithoutApproval');
How can I query a list of users that don't have permission to submit without approval?