User Roles for Experience Groups

Hello,

I am implementing user roles based on experience groups, which reflect the systems engine. What is the best practice for linking multiple experience groups, with different levels of access per user? Just as Losant manages users’ access to applications.

My use case is a multi-tenant application which the user can control devices in different plants, can be administrator or viewer depending the experience group.

Hi @Vander_Maziero,

For this we recommend a tag on the Experience User called “role”. The value of this tag can be “admin”, “control”, or any other role you’d like to create. Then, you can check for that tag within your Experiences. Here is an example: