v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEndpoints Reports
View User Rollout Report
This report provides user devices, their activation date, and the status of first backup of 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/mspEPUserRollout
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "profileName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"lastUpdatedTime": "2023-06-02T15:03:30.412Z",
"userName": "user1",
"userEmail": "usr1@d.in",
"customAttributeValue": "cust-attr-val",
"customAttributeName": "cust-attr-name",
"addedOn": "2023-04-03T15:03:30.412Z",
"profileName": "profileC",
"licenseData": "Active",
"source": "DESKTOP-514PMN2",
"activatedOn": "2023-04-03T16:47:36.000Z",
"systemSettings": "Not Backed Up",
"lastBackupStatus": "Backed Up Successfully",
"lastBackupTime": "1685424078",
"firstBackupStatus": "Complete",
"firstBackupSizeMB": "128515",
"bytesTransferredMB": "77240",
"timeTakenHhMm": "0:00",
"clientVersion": "6.2.0",
"osPlatform": "Windows",
"upgradeState": "NOT UPGRADABLE",
"deviceOS": "Win 10"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}