Function getLicenseConsumption

  • Retrieves license consumption for the current tenant

    Parameters

    • query: { filter?: string; limit?: number; page?: string; sort?: string }

      an object with query parameters

      • Optionalfilter?: string

        The SCIM filter for the query. Filterable property is "endTime".

      • Optionallimit?: number

        The preferred number of entries to return.

      • Optionalpage?: string

        The requested page.

      • Optionalsort?: string

        The field to sort on; can be prefixed with +/- for ascending/descending sort order.

    • Optionaloptions: ApiCallOptions

    Returns Promise<GetLicenseConsumptionHttpResponse>

    GetLicenseConsumptionHttpError