netlicensing_create_licensee
Create a new customer account for software licensing management by associating them with a specific product and configuring their access settings.
Instructions
Create a new customer (licensee) under a product.
Args: product_number: Product to associate the customer with number: Optional custom licensee number (auto-generated if empty) name: Optional display name for the customer active: Whether the licensee is active marked_for_transfer: Mark licensee for license transfer licensee_secret: Secret for licensee identification (when product licenseeSecretMode is PREDEFINED)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product_number | Yes | ||
| number | No | ||
| name | No | ||
| active | No | ||
| marked_for_transfer | No | ||
| licensee_secret | No |