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
required
String
Product short code
customer
required
String
Attach the assigned license user email (eq. [email protected])
Header Parameters
Date
required
String
In RFC7231 format (see "License API Authorization"), eg.: Thu, 17 Nov 2022 20:51:35 GMT
Authorization
required
String
See "License API Authorization" article
Curl
Node.js
JS
Python
Ruby
Responses
200


Schema

Request Query Parameters

TypeScript
JSON


Response Body

TypeScript
JSON


Errors

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:

TypeScript


List of exceptions

unknown_product (400): Provided product was not found
missing_headers (400): Some headers are missing
product.authorization_method === 'user' invalid_product_auth_method (400): Product authorization method is invalid: { params }.