Skip to content

Copy User

Copies a user.

Permissions

Command KindNeeded User Kind
SystemAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
CopystringName of the copy ([Copy]).yes
UserstringName of the user ([User]).yes
PasswordstringThe password of the user.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
COPY USER
COPY=[string, Needed]
USER=[string, Needed]
PASSWORD=[string]