Skip to end of banner
Go to start of banner

userGroups

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Description

Returns the groups the selected user belongs to.

Parameters

Return Type

String []

Examples

Example 1

userGroups("username");

Result: The list of groups that the user with account username belongs to.

Example 2

userGroups(currentUser());

Result: The list of groups that the current user belongs to.

The look-up is first made after the userkey, then after the username.

See also

  • No labels