# USERSETTINGS: Data Dictionary System User Settings Properties and their values per user. - Catalog: `DataDictionary` - Schema: `Invantive` - Alias: `usg` - Label: System User Settings This is a read-only view. The Data Dictionary API may not support changing the data or the Invantive UniversalSQL driver for Data Dictionary does not cover it. In the latter case, please use the table NativePlatformScalarRequests to upload data to the Data Dictionary API. ## View Columns The columns of the view `USERSETTINGS` are shown below. Each column has an SQL data type. | Name | Data Type | Label | Required | Documentation | |---|:---:|---|:---:|---| | `LANGUAGE_CODE` | `varchar2`(240) | Language Code | ☐ | Current User Interface language code. | | `LAST_LOG_ON_DATE` | `datetime` | Last Log On Date | ☐ | Date at which the last log on occurred. | | `USER_EMAIL_ADDRESS` | `varchar2`(240) | User Email Address | ☐ | User email address. | | `USER_LOG_ON_CODE` | `varchar2`(240) | User Log On Code | ☐ | User log on code. | | `USER_NAME` | `varchar2`(240) | User Name | ☐ | User name. |