/Organizations/{id}/LicensingInformation
Represents the licensing information of an organization with a specified ID.
Resource URL
The URL of the reference resource representation:
https://<Backup-Office365>:4443/v3/Organizations/{id}/LicensingInformation |
Related Resources
Methods
The following methods are supported for the /Organizations/{id}/LicensingInformation resource:
Properties
The /Organizations/{id}/LicensingInformation resource has the following properties:
Property | Type | Description |
---|---|---|
LicensedUsers | int | Specifies the amount of the used licenses. |
NewUsers | int | Veeam Backup for Microsoft Office 365 can temporarily provide you with additional 10% of the total licence amount for new employees joining your organization. When the number of used licenses exceeds the limit, you will still be able to perform backup and recovery operations. This property specifies how many extra licenses are in use at the moment. |
Resource Representation
The /Organizations/{id}/LicensingInformation resource has the following representation:
{ "licensedUsers": 250, "newUsers": 20 }
|