Hi,
A few months/years back we prepared a solution that allows users 'inviting' new users to an application - in a model driven app they were able to select a user from the systemusers table, select which role they should get, which application should they receive access to, etc.
In the background, a power automate flow then gave the user the role and, if he didn't have one before, gave him a license.
That worked very well, because all the enabled users from AAD were present. However, recently we noticed that new users do not appear in the systemusers table. In MS documentation it states that to add a user to an environment, they need to have a license - but it wasn't the case earlier. So right now our solution, which helps to give users licenses, does not work properly, because you need to have a license in the first place to appear in the systemusers table...
Is this really the case that there was recently a change in this behavior, or am I missing something? Is there a workaround (other than replacing the systemusers table with the aaduser table)