License

The /License resource collection allows you to manage a license installed in Veeam Backup for Microsoft 365.

Get License

Returns a resource representation of a license installed in Veeam Backup for Microsoft 365.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/License
Request samples
Response samples
application/json
{
  • "licenseID": "00000000-0000-0000-0000-000000000000",
  • "email": "string",
  • "status": "Valid",
  • "licenseExpires": "2019-08-24T14:15:22Z",
  • "gracePeriodExpires": "2019-08-24T14:15:22Z",
  • "type": "Subscription",
  • "package": "string",
  • "licensedTo": "string",
  • "totalNumber": 0,
  • "usedNumber": 0,
  • "newNumber": 0,
  • "supportID": "string"
}

Install License

Installs a license in Veeam Backup for Microsoft 365.

x-codegen-request-body-name: action
SecurityBearer
Request
Request Body schema: application/json
required
licenseFile
string

Specifies the content of the license file provided as a Base64 string.

Responses
200

OK

default

Operation failure response.

post/v8/License/Install
Request samples
application/json
{
  • "licenseFile": "string"
}
Response samples
application/json
{
  • "licenseID": "00000000-0000-0000-0000-000000000000",
  • "email": "string",
  • "status": "Valid",
  • "licenseExpires": "2019-08-24T14:15:22Z",
  • "gracePeriodExpires": "2019-08-24T14:15:22Z",
  • "type": "Subscription",
  • "package": "string",
  • "licensedTo": "string",
  • "totalNumber": 0,
  • "usedNumber": 0,
  • "newNumber": 0,
  • "supportID": "string"
}

Update License

Updates a license in Veeam Backup for Microsoft 365.

SecurityBearer
Responses
200

OK

default

Operation failure response.

post/v8/License/Update
Request samples
Response samples
application/json
{
  • "licenseID": "00000000-0000-0000-0000-000000000000",
  • "email": "string",
  • "status": "Valid",
  • "licenseExpires": "2019-08-24T14:15:22Z",
  • "gracePeriodExpires": "2019-08-24T14:15:22Z",
  • "type": "Subscription",
  • "package": "string",
  • "licensedTo": "string",
  • "totalNumber": 0,
  • "usedNumber": 0,
  • "newNumber": 0,
  • "supportID": "string"
}

Get License Autoupdate Status

Returns a resource representation of information about autoupdate status for the Veeam Backup for Microsoft 365 license.

SecurityBearer
Responses
200

OK

default

Operation failure response.

get/v8/License/AutoUpdate
Request samples
Response samples
application/json
{
  • "isEnabled": true,
  • "_links": {
    },
  • "_actions": {
    }
}

Configure License Autoupdate

Enables or disables automatic update for the license installed in Veeam Backup for Microsoft 365.

x-codegen-request-body-name: licenseAutoUpdate
SecurityBearer
Request
Request Body schema: application/json
required
isEnabled
boolean or null

Defines whether automatic update is enabled for the license.

object (RESTLinkHALDictionary)

Related resources.

Responses
204

No Content

default

Operation failure response.

put/v8/License/AutoUpdate
Request samples
application/json
{
  • "isEnabled": true,
  • "_links": {
    }
}
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 12/18/2025

Page content applies to build 8.3.0.2201