Comment to 'Hide users in the user list'
  • Yes, it's possible. You need to create the new "service" block via Studio->Developer->Pages->Persons->the necessary page and place the following content there:

    array (

      'module' => 'bx_persons',

      'method' => 'browse_by_acl',

      'params' => 

      array (

        0 => 

        array (3, 7, 8),

      ),

    Where is the bold line - the ids of necessary mem levels (can be checked in Studio->Permissions page, just hover on any links there like "36 actions" and you will see the URL like studio/builder_permissions.php?page=actions&level=7 where the bold part means what you need).