How to group the created users

0
Hi, I have to create 2 groups whatever users we created the users should belongs to any one of the group.How can we achieve this in mendix. Ex:I have a group Test,while creating the user i have to get the list of groups so that i can select the user should belongs to which group.
asked
1 answers
0

Create 2 user roles and assign each user one of the user roles.

You can find user roles in the Project module. Open Security and click on the User Roles tab.

Alternatively, you could create two user entities inherited from the Administration.Account entity and create the users in either of the two inherited entities.

answered