Manage customers
You can create and manage customers (licensees) using the 10Duke Scale UI console and the 10Duke Scale License Management API.
View customers in the UI console
-
In the left sidebar, go to LICENSING > Customers.
A list of your customers opens.
-
To preview a customer’s details, click the arrow for the customer on the left.
The three-dot menu on the list provides options for viewing each customer’s licenses and the license consumers associated with the customer, as well as viewing a report on the customer’s licenses and license usage.
View customers through the API
You have different endpoints available for retrieving information on customers. For example, you can find a specific customer based on their email address or their customer ID used in integrations.
Use the following License Management API operations:
Operation | URL (relative, prepend the environment base URL) |
---|---|
Retrieve customers | GET /listLicensees |
Retrieve a customer based on ID | GET /licensees/{licenseeId} |
In addition, you can use the following 10Duke Scale License Checkout API operation:
Item | URL (relative, prepend the environment base URL) |
---|---|
Retrieve the customers that a license consumer is associated with | GET /licensing/actions/describe-license-consumer-licensees |