Info | ||
---|---|---|
| ||
|
Syntax
userInGroup(group, user)
...
Parameter name | Type | Required | Description | ||
---|---|---|---|---|---|
group | string / string[] | Yes | Name(s) of the group(s) the user should belong to. | ||
user | string | Yes | Name or key of the user that needs to be verified.
|
Return type
boolean (true/false)
...