Licenses
The Licenses page manages customer-owned product licenses, assigned users, and license distribution processes.
Access Path
- Web:
/billing/licenses
Major Transactions
- List active licensed products
- Total/assigned/idle license view by product
- Assigning and retrieving licenses to the user
- Product-based license status tracking
API Bits Used
GET /api/License/activeGET /api/user/by-customer/:customerIdGET /api/customer-user-products/:customerIdGET /api/customer-user-products/:customerId/:userId/products
Authorization Note
- Licensing processes work in the customer context; Role and authority restrictions are applied on the backend.
:::info Manifest Code
console:billing:licenses
:::