License API
List License Users for Customer
6min
Returns a list of all license users assigned to licenses belonging to the requested customer (only for user-based products)
GET
Request
Query Parameters
product
String
required
Product short code
Header Parameters
Date
String
required
In RFC7231 format (see "License API Authorization"), eg.: Thu, 17 Nov 2022 20:51:35 GMT
Authorization
String
required
See "License API Authorization" article
If an error occurs, the response will have an HTTP status code of 400 or higher, and the response body will contain an error description in the following format:
unknown_product (400): Provided product was not found
missing_headers (400): Some headers are missing
invalid_product_auth_method (400): Product authorization method is invalid: { params }.
Updated 24 Jan 2025



Did this page help you?