Maximum number of users was exceeded, this license allows 10 users for limitation type NAMED

1
Hi, we have a access to create 10 user into our enviroinment but just after creation of four users it's not allowing me to create another required users. even i deleted existing Demo user also. as per environment log message "Maximum number of users was exceeded, this license allows 10 users for limitation type 'NAMED'", while clicking on Add user button into relevant  Group it is showing pop-up error message "An error has occurred while handling the request."     thanks  
asked
2 answers
1

Do you have anonymous users enabled and in use?

  The platform counts your admin account as 1, + all the other users that you have setup.
  When using anonymous access the platform creates a temporary user, this does count as a named user. (In other words if you want an app that supports many anonymous users, you should get a concurrent user license)

 

If that isn't the case I would like in the database table system$user and see how many users are really in there. Maybe something went wrong with creating of users.  You could always make an (after startup) microflow that removes all the system.User records except for the MxAdmin.

answered
0

Hi jasper,

Anonymous users already disabled and deleted un-used demo user from front end and backend also but
as i deleted un-used demo user from system$user table except Mxadmin & run this on cloud server, still this is showing same error message (license issue)
and which 4 user we have created these are still showing after login by Admin user.
like:- mrmg1@xyz.com, mo1@xyz.com, b.xyz@xyz.in  (for example renamed credentials here)

thanks

answered