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:
GETPath:
/api/v4/customer_license_usersDescription: Retrieves license users by customer email for a product.
Authentication
Required headers
Date(string)Authorization(string)
Recommended headers
Accept: application/json
Request
Query parameters
product(string, required) — Product short codecustomer(string, required) — Customer email (e.g.user@example.com)
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?