$user = \Model\Auth_User::find($find_user_id);
var_dump($user->permissions); #seems to return all possible permissions..
var_dump($user->userpermissions); #seems to return only the user permissions, without including the group and role permissions
It looks like you're new here. If you want to get involved, click one of these buttons!