User license consumed out of maximum

0
Hello All, Is there any report which gives the info on how many user Licenses are consumed with total license we have. or the number of users in Mendix.   Thanks in advance for any help.   Warm Regards Vineeth
asked
1 answers
0

Hi Vineeth and Rafael,

It’s quite easy to determine the number of active licenses currently being used by our application.

You can utilize the Account_Overview page from the Administration module to view this. Simply follow these steps:

  1. Add the Account_Overview page to the app’s navigation.

  2. Run and deploy the application.

  3. Open the page after deployment — it will display all active users in the application.

The total number of active user accounts corresponds to the number of licenses being consumed.

answered