LassoScript Utility
Basics Browse Detail

[Admin_GroupAssignUser]

Tag Link [Admin_GroupAssignUser] Category Administration
Type Substitution Source Available No
Support Preferred Version 5.0
Change Unchanged Data Source Any
Output Type Boolean Security Tag
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0

Description

[Admin_GroupAssignUser] assigns a user to a group. The tag requires two parameters: the name of a group and the name of a user.

The tag returns True if the assignment was successful. The tag returns False if the assignment could not be performed or if the user already belongs to the group.

This tag can be called by a group administrator or by the global administrator. The tag can either be called on a page that has been authenticated using an [Auth_...] tag or accepts optional -Username and -Password parameters to authenticate the tag. The tag cannot be used within [Inline] ... [/Inline] tags that authenticate as an administrator.

Syntax

[Admin_GroupAssignUser: 'Groupname', 'Username']

[Admin_GroupAssignUser: 'Groupname', 'Username', -Username='Administrator Username', -Password='Administrator Password']

Parameters

Required Parameters
Groupname The name of the group to which the user should be assigned.
Username The name of the user which should be assigned to the group.
Optional Parameters
-Username Optional administrator username.
-Password Optional administrator password.

Change Notes

The -Username and -Password parameters were added in Lasso Professional 8.1.

Examples

To assign a user to a group:

Use the [Admin_GroupAssignUser] tag with the name of the group and the name of the user who should be assigned to the group. The following examples adds a user JohnDoe to the group Accounting.

[Admin_GroupAssignUser: 'Accounting', 'JohnDoe']

True