I found a way to complete the task.
- Export my contact list
- Create a new collection and then import the data. Add a new field to categories the users.
- Use wix built in userRole feature to limit the pages that the users can access
- Build a backend web module to check the currentUser email and then return the category.
- So the page can be directed to a desired page based on the user email.
- I guess that Wix will officially release the getUserRole().
- Can anyone comment my approach?
- Is there any way automatically import new registered users contact to my collection?
Hope Wix team can help