License API
List Licenses
Licenses for User
6min
Returns a list of licenses assigned to a user for a product (only for user-based product licenses)
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 if using SSO (see section below). This is the customer_account_code to which SSO provider is configured
id_token
optional
String
Required if using SSO (see section below). This is the id_token received from the SSO if Implicit grant authorization method is being used.
code
optional
String
Required if using SSO (see section below). This is the code received from the SSO if Authorization code grant method is being used.
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



The licenses returned by this endpoint are allways user-based product licenses. This means they don't have a license key, and instead each license has a "license user".
Accessing this endpoint requires license user authentication, which can be done in three ways:
- By providing the values for username and password for the license user
- By providing the values for id_token and customer_account_code if using single sign-on authentication using Implicit grant
- By providing the values for code and customer_account_code if using single sign-on authentication using Authorization code grant
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:


Updated 17 Jan 2025
Did this page help you?