v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBGoogle Workspace Reports
View License Usage Report
View the weekly and monthly count of total active and preserved licenses allocated and consumed. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspGoogleLicenseUsage
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "accountName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"accountName": "Druva",
"customerName": "Druva",
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"period": "month",
"startDate": "2024-10-01T00:00:00.000Z",
"endDate": "2024-10-31T23:59:59.000Z",
"usersDeleted": 22,
"totalActiveLicense": 100,
"totalPreservedLicense": 20
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}