Module Role management

0
Admin user should have the ability to manage user via user management module .Can anyone provide an idea on how this can be implemented in mendix?
asked
2 answers
2

You could add Administration>UserManagement>Admin>Account_Overview to your navigation. This is a basic user management. If your admin role is allowed to manage other user roles (It should be by default) you can use it to do that.

answered
1

You need to set up in the configuration, that this user role is able to administrate the user roles you want to manage.

answered