groupExists
Syntax | groupExists(group) | Package | |
Alias | Pkg Usage |
Description
Verifies if the selected group is a registered Confluence group.
Parameters
Parameter name | Type | Required | Description |
|---|---|---|---|
group | String | Yes | Group that should be checked for existence. |
Return Type
Boolean (true/false)
Returns true if the specified group exists.
Example
return groupExists("confluence-users")Returns true if group "confluence-users" exists.
