Adds a new group to Lasso Admin by exposing the internal tag [_admin_addgroup]. Requires authentication as a user with permissions on Lasso's internal db's, i.e., with [auth_admin].
Parameters
-name
string, required
The name of the group to add.
-enabled
string, optional
Accepts 'Y' or 'N' for whether the group should be enabled.
-comment
string, optional
An optional comment.
Sample Usage
admin_creategroup(
-name='TestGroup',
-enabled='Y',
-comment='This is a test group.'
);
Source Code
Click the "Download" button below to retrieve a copy of this tag,
including the complete documentation and sample usage shown
on this page. Place the downloaded ".inc" file in your
LassoStartup folder, restart Lasso, and you can begin using this
tag immediately.