Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsersListOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • UsersListOptionalParams

Index

Properties

Properties

Optional expand

expand: undefined | string

Specify the $expand query. Example: 'properties($select=email)'

Optional filter

filter: undefined | string

The filter to apply to the operation.

Optional orderby

orderby: undefined | string

The ordering expression for the results, using OData notation.

Optional top

top: undefined | number

The maximum number of resources to return from the operation.

Generated using TypeDoc