List License Users for Customer

Returns a list of all license users assigned to licenses belonging to the requested customer (user-based products only).

Endpoint

  • Method: GET

  • Path: /api/v4/customer_license_users

  • Description: Retrieves license users by customer email for a product.


Authentication

See License API Authorization.

Required headers

  • Date (string)

  • Authorization (string)

  • Accept: application/json

Request

Query parameters

  • product (string, required) — Product short code

  • customer (string, required) — Customer email (e.g. [email protected])


Examples


Response

Type definition

Example (200)


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:

JSON Schema:

List of exceptions

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 }.

Last updated

Was this helpful?