Fields
Output fields
| Parameter | Description | |
|---|---|---|
totalLicensesInteger |
The total number of licenses available for the product. | |
remainingLicensesInteger |
The number of licenses remaining after the assign or unassign operation. |
UpdateLicensesFlowOutput is the custom Apex type returned by Client.assignUserLicenses() and Client.unassignUserLicenses(). One entry is returned per input, reporting the license counts after the operation.
| Parameter | Description | |
|---|---|---|
totalLicensesInteger |
The total number of licenses available for the product. | |
remainingLicensesInteger |
The number of licenses remaining after the assign or unassign operation. |