if not flask.g.is_admin and self._get_org_uuid(entry_id) not in flask.g.org_uuid_list:
            self._log.exception('Forbidden access to the resource')
            return None, 403