GroupFilter (v3)
Overview
Used to filter groups.
Members
Member variables of the entity:
Member | Type | Description | Requirements | Max. Length |
|---|---|---|---|---|
justCount | boolean |
|
|
|
groupId | Integer |
|
|
|
environmentFilter |
|
|
| |
name | String | Character "%" can be used as a wildcard character if the "nameExact" parameter is false. Example: "Test group %" name results are the groups which name starts with "Test group" |
|
|
nameExact | boolean |
|
|
|
userLogin | String |
|
|
|
userLoginExact | boolean |
|
|
|
userName | String |
|
|
|
userNameExact | boolean |
|
|
|
skipUsers | boolean | If true, then the result doesn't show the members. |
|
|