SubscribedSKUs
Lists service subscriptions (SKUs) the organization is subscribed to, including details of usage and availability.
Table Specific Information
Select
SELECT * FROM SubscribedSKUs
Columns
| Name | Type | Description |
| id [KEY] | String | The unique identifier for the subscribed SKU. |
| accountId | String | The unique identifier for the account associated with the subscribed SKU. |
| accountName | String | The name of the account associated with the subscribed SKU. |
| appliesTo | String | Specifies the target audience or entity the subscribed SKU applies to. |
| capabilityStatus | String | The current status of the capabilities enabled by the subscribed SKU (for example, active, disabled). |
| consumedUnits | Int | The number of units from the subscription that have been consumed. |
| prepaidUnits_enabled | Int | The number of prepaid units currently enabled and available for use. |
| prepaidUnits_lockedOut | Int | The number of prepaid units that are locked out and cannot be used. |
| prepaidUnits_suspended | Int | The number of prepaid units that are suspended and temporarily unavailable. |
| prepaidUnits_warning | Int | The number of prepaid units with warning status, potentially indicating issues. |
| servicePlans | String | The service plans included in the subscribed SKU, listed as a string. |
| skuId | String | The unique identifier for the Stock Keeping Unit (SKU). |
| skuPartNumber | String | The part number associated with the SKU, often used for tracking and purchasing. |
| subscriptionIds | String | A list of subscription IDs tied to the subscribed SKU. |