<%flags> inherit => undef # avoid auth <%init> $r->content_type("application/json"); $m->out( JSON( RT::User->_ClassAccessible() ) ); $m->abort(200);