Skip to main content

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/active
  • GET /api/user/by-customer/:customerId
  • GET /api/customer-user-products/:customerId
  • GET /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

:::