.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{}
| Property | Description | Required | 
|---|---|---|
| name | The translation key for this role | Yes | 
| offline | Determines if user will be an online or offline user. Set to falsefor users to be “online” users. | No, default true | 
Last updated on 
Did this documentation help you ?