License API
List Licenses

Licenses by User

1min

This endpoint lets you list all licenses assigned to the specified user for the specified product. Note that this list will only show user-based licenses, as key-based licenses are not tied to any specific user.

Authentication for this endpoint is done using either username and password, or using Single-Sign On parameters

Get a list of licenses assigned to a user for a product
GET
Request
Query Parameters
product
optional
String
Short code of product, filters results by specified product
username
optional
String
User's username (if using user authentication, not SSO authentication)
password
optional
String
User's password (if using user authentication, not SSO authentication)
customer_account_code
optional
String
Required for SSO authentication (not user authentication)
id_token
optional
String
Required for SSO authentication (not user authentication)
code
optional
String
Required for SSO authentication (not user authentication)
Header Parameters
Date
required
String
eg. Thu, 17 Nov 2022 20:51:35 GMT
Authorization
required
String
See "License API authorization" for details
JS
Curl
Responses
200
404