Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserListByServiceOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • UserListByServiceOptionalParams

Index

Properties

Optional expandGroups

expandGroups: undefined | false | true

Detailed Group in response.

Optional filter

filter: undefined | string

| Field | Usage | Supported operators | Supported functions |
|-------------|-------------|-------------|-------------|
| name | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| firstName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| lastName | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| email | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| state | filter | eq | |
| registrationDate | filter | ge, le, eq, ne, gt, lt | |
| note | filter | ge, le, eq, ne, gt, lt | substringof, contains, startswith, endswith |
| groups | expand | | |

Optional skip

skip: undefined | number

Number of records to skip.

Optional top

top: undefined | number

Number of records to return.

Generated using TypeDoc