v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBMicrosoft 365 Reports
View Groups Discovery Report
This report details backup and storage consumption for active and disabled Groups. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspM365GroupsDiscovery
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",
"groupName": "Test_GRP_7",
"groupEmail": "gmb7@dglobal.com",
"groupType": "Microsoft 365",
"addedOn": "2024-07-26T11:56:04.000Z",
"backupFrequency": 1440,
"retention": "7D, 4W, 12M",
"appStatus": "Enabled",
"totalBackupData": 1053228,
"lastSuccessfulBackup": "2024-08-28T07:29:43.000Z",
"lastBackupAttempted": "2024-08-28T07:29:43.000Z",
"lastBackupStatus": "Backed Up Successfully",
"statusDetails": "-",
"teamsEnabled": "Enabled",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z",
"storageRegion": "us-east-1",
"plannerEnabled": "Enabled"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}