Appearance
Show User
Shows a user.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| User | string | Name of the user ([User]). | yes |
Result
| Name | Type | Description |
|---|---|---|
| User | string | Name of the user. |
| Active | boolean | If 'True' the user is active and can connect. It can be set with the command 'Edit User'. |
| Admin | boolean | If 'True' the user has admin permissions. |
| Designer | boolean | If 'True' the user has designer permissions. |
| Import | boolean | If 'True' the user has import permissions. |
| Fixed | boolean | If 'True' the user cannot be changed ('Sys' or 'SysTech'). |
| Domain | string | Domain of the user. |
| Role | string | Role of the user. |
| IndividualLog | boolean | If 'True' the user has an individual log file. The file name contains the database name, username and the date: Data_<Database>@<User>_YYYY_MM_DD.log. |
| Worksheet | string | Start worksheet of the user. |
Code
text
SHOW USER
USER=[string, Needed]