group('/api/organisations/o/{slug}/members', function () { $this->get('', 'UserFrosting\Sprinkle\Organisations\Controller\OrganisationMembersController:getList'); })->add('authGuard')->add(new NoCache());