| Syntax |
|
| Documentation | Examines if the specifid user is a member of the named group:
username, a optional parameter to specify a user other than the current; defaults to the name of the current user.
|
| Examples | |
Example 1:
Result 1: if current user is member of group "regulars_group": 1 if current user is no member of group "regulars_group": 0
if current user is member of group "regulars_group": user belongs to regulars group if current user is no member of group "regulars_group": user doesn't belong to regulars group |
|
| Group | Security |
| Minimum required transaction-mode: | READ |
| Required scripting permission of the developer | PERMISSION_FL_BASIC |
| Minimum parameters | 1 |
| Maximum parameters | 2 |