LassoScript Utility
Basics Browse Detail

[Admin_UserListGroups]

Tag Link [Admin_UserListGroups] Category Administration
Type Substitution Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type Array, Boolean Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Admin_UserListGroups] lists the groups that a user belongs to in Lasso Security. The tag requires one parameter which is a valid username.

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_UserListGroups: 'Username']

[Admin_UserListGroups: 'Username', -Username='Administrator Username', -Password='Administrator Password']

Parameters

Required Parameters
Username The username for which the groups should be listed.
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

See the Lasso 8 Language Guide for examples of how to use this tag.