# UpdateLicensesFlowOutput

Output type returned by the assign and unassign user license methods, reporting license counts.

> Kind: Apex type · Updated: 2026-07-01

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.

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| totalLicenses | Integer | optional | The total number of licenses available for the product. |
| remainingLicenses | Integer | optional | The number of licenses remaining after the assign or unassign operation. |
