v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEndpoints Reports
View License Usage Report
This report provides details of total users added and deleted, total Endpoints active and preserve licenses allocated for MSP customers. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspEPLicenseUsage
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "fromDate",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"fromDate": "2022-06-03T14:34:11.532Z",
"toDate": "2023-09-03T14:34:11.532Z",
"usersAdded": 10,
"usersDeleted": 3,
"totalActiveLicense": 2,
"activeLicenseUsed": 1,
"totalPreservedLicense": 1,
"preservedLicenseUsed": 1
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}