.roles

User Roles: Defining the roles that can be assigned to users.

Each user is assigned one of the defined roles. Roles can be defined using the App Management app, which is represented by the roles object of the app-settings.json file. Each role is defined by an identifier as the key, and an object with the following properties:

app_settings.json .roles{}

PropertyDescriptionRequired
nameThe translation key for this roleYes
offlineDetermines if user will be an online or offline user. Set to false for users to be “online” users.No, default true

Last modified 04.06.2020: Refactored reference section (6526502d)