Do not load all users in updateAllUsers method
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3365341. -->
Reported by: [danielspeicher](https://www.drupal.org/user/3621778)
Related to !4
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>In the <code>PluginBase</code> class, we load all users in function <code>updateAllUsers</code>. That is RAM consuming, so we have to find another solution like adding a new function to the <code>HeldeskInterface</code> which provides a method to load only those users that have access.</p>
issue