Skip to content

Show User

Shows a user.

Permissions

Command KindNeeded User Kind
ReadAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
UserstringName of the user ([User]).yes

Result

NameTypeDescription
UserstringName of the user.
ActivebooleanIf 'True' the user is active and can connect. It can be set with the command 'Edit User'.
AdminbooleanIf 'True' the user has admin permissions.
DesignerbooleanIf 'True' the user has designer permissions.
ImportbooleanIf 'True' the user has import permissions.
FixedbooleanIf 'True' the user cannot be changed ('Sys' or 'SysTech').
DomainstringDomain of the user.
RolestringRole of the user.
IndividualLogbooleanIf '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.
WorksheetstringStart worksheet of the user.

Code

text
SHOW USER
USER=[string, Needed]