Skip to end of banner
Go to start of banner

usersInGroups

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 6 Next »

Description

Returns a list of users common to all the specified groups.

Parameters

Return Type

String []

Example

Returns all users which are members of both "confluence-users" and "confluence-administrators" groups.

string[] users = usersInGroups({"confluence-users", "confluence-administrators"});

See also

  • No labels