Info | ||
---|---|---|
| ||
|
...
Excerpt |
---|
Verifies if the selected user is in the selected group(s). |
Parameters
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)
...