How to add UserRole for the data imported from Excel file?

0
Hi Community, I have imported an excel file with all the data of the user along with username, password and userrole. But, I am unable to assign userrole for a user and unable to login with data imported from excel file.   In the below image, I am able to map all other attributes. But ,I am unable to map UserRole attribute. Could anyone help me with this? Thanks in advance!  
asked
1 answers
0

I don’t know your data you want to import and I also don’t know how your import works.

- A user can have multiple roles and not simple via one attribute in an user entity (please read how roles work: https://docs.mendix.com/refguide/user-roles)
- A password will not be stored as plain text (HashString)
- Is the user active? (IsActive = true)

answered