How can we create User Roles in Mendix System from UI?

0
We are developing mendix application wherein we want to provide functionality for Admin users to be able to add(Create) new user roles in Mendix system from UI.
asked
1 answers
2

Mendix application roles and module roles are defined in the model and (for safety) not editable in runtime.

In runtime you can allow users to assign predefined roles to other users. https://www.mendix.com/evaluation-guide/enterprise-capabilities/security-model

Another option is to use multi tenancy, but be careful: it can be tricky. https://docs.mendix.com/howto/security/set-up-your-first-multi-tenant-app

 

answered