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": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  • "email": "admin@abc.onmicrosoft.com",
  • "status": "Valid",
  • "licenseExpires": "2026-12-31T00:00:00Z",
  • "type": "Subscription",
  • "package": "M365Suite",
  • "licensedTo": "ABC Corporation",
  • "totalNumber": "120",
  • "usedNumber": "10",
  • "newNumber": "10",
  • "supportID": "1-A1B2C3-D4E5F6"
}

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": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPExpY2Vuc2U+CiAgPExpY2Vuc2VJRD5hMWIyYzNkNC1lNWY2LTc4OTAtYWJjZC1lZjEyMzQ1Njc4OTA8L0xpY2Vuc2VJRD4KICA8RWRpdGlvbj5FbnRlcnByaXNlPC9FZGl0aW9uPgogIDxFeHBpcmF0aW9uRGF0ZT4yMDI2LTEyLTMxPC9FeHBpcmF0aW9uRGF0ZT4KICA8TGljZW5zZWRUbz5BQkMgQ29ycG9yYXRpb248L0xpY2Vuc2VkVG8+CiAgPFBhY2thZ2U+TTM2NVN1aXRlPC9QYWNrYWdlPgo8L0xpY2Vuc2U+"
}
Response samples
application/json
{
  • "licenseID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  • "email": "admin@abc.onmicrosoft.com",
  • "status": "Valid",
  • "licenseExpires": "2026-12-31T00:00:00Z",
  • "type": "Subscription",
  • "package": "M365Suite",
  • "licensedTo": "ABC Corporation",
  • "totalNumber": "120",
  • "usedNumber": "10",
  • "newNumber": "10",
  • "supportID": "1-A1B2C3-D4E5F6"
}

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": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  • "email": "admin@abc.onmicrosoft.com",
  • "status": "Valid",
  • "licenseExpires": "2026-12-31T00:00:00Z",
  • "type": "Subscription",
  • "package": "M365Suite",
  • "licensedTo": "ABC Corporation",
  • "totalNumber": "120",
  • "usedNumber": "10",
  • "newNumber": "10",
  • "supportID": "1-A1B2C3-D4E5F6"
}

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": {
    }
}

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"
}
Response samples
application/json
{
  • "message": "string",
  • "errorCode": "ProxyOffline",
  • "stackTrace": "string"
}

Document updated 6/30/2026

Page content applies to build 8.5.0.1014