Skip to content

Set Script User Permission

Sets the script permissions for a user.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
PermissionstringScript permissions of the user: [None] or [Run].yes
Scriptarray of stringName of the script ([Script]).yes
Userarray of stringName of the user ([User]).yes

Result

No fields

Code

text
SET SCRIPT USER PERMISSION
PERMISSION=[string, Needed]
SCRIPT=[string, Multiple, Needed]
USER=[string, Multiple, Needed]