Skip to content

Show Users

Shows the users.

Permissions

Command KindNeeded User Kind
ReadAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
FindstringValue to search for in name and captions.no
MaxRecordsintegerMaximum number of records to be returned. The default value is 500000.no500000
SortstringSorts the output by name or caption ([Field].[Caption1]). The field can be [User]/[Name], [Caption1], [Caption2], [Caption3], [Caption4], [Caption5], [Caption6], [Caption7], [Caption8], [Caption9], [Caption10]. Sort can be Ascending (Asc) or Descending (Desc), e.g. [Caption1].[Ascending]no

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 USERS
FIND=[string]
MAXRECORDS=[integer, default=500000]
SORT=[string]