---
title: "Roles: QBL v0.14"
slug: "roles-qbl-v014"
updated: 2026-07-09T14:17:37Z
published: 2026-07-09T14:17:37Z
canonical: "help.quickbase.com/roles-qbl-v014"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.quickbase.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Roles: QBL v0.14

Role settings are found in several places in the QBL definition. This is because you can apply role settings in different places using the Quickbase UI.

In the QBL definition you'll find role settings in:

- [Role object](/v1/docs/roles-qbl-v012-1#role-properties) - Roles page in App setting (learn more about role properties in this article)
- [Table object](/v1/docs/tables-qbl-v012-1) - Table Access settings
- [Field object](/v1/docs/quickbase-fields-as-qbl-objects) - Field permissions per role

### App manager

When creating a Solution through the API, the user executing the operation will become app manager of the newly created apps. The app manager will not be assigned to a role automatically, so the app manager will have a role "none".

## Role properties

| Property | Required | Default | Allowed Values |
| --- | --- | --- | --- |
| Name | True |  | Any string |
| Description | False | "" | Any string |
| Default | False | False | true or false |
| ManageUsers | False | False | true or false |
| EditApp | False | False | true or false |
| DisableAccess | False | False | true or false |
| AppUI | False |  | See nested properties |
| HideSettings | False | False | true or false |
| HideUsers | False | False | true or false |
| HideFavorites | False | False | true or false |
| HideSearch | False | False | true or false |
| HideHelp | False | False | true or false |
| HideTestAs | False | False | true or false |
| TableUI | False |  | See nested properties |
| HideInBar | False | False |  |
| HideNewRecord | False | False |  |
| HideImportExport | False | False |  |
| HideSaveSpreadsheet | False | False |  |
| HideGridEdit | False | False |  |
| HideEmail | False | False |  |
| HidePrint | False | False |  |
