v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBMicrosoft 365 Reports
View User Provisioning Report
View user details and their licensed workload storage consumption details. This API may be updated without any prior notification. Check the API documentation for the latest updates regularly.
post/msp/reporting/v1/reports/mspM365UserProvisioning
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",
"userName": "arfaAdmin7102 arfaAdmin7102",
"userEmail": "arfaadmin7002@druvaindia.co.in",
"profileName": "Default",
"userStatus": "Active",
"m365LicenseState": "Active Licensed Users",
"smbLicenseState": "No",
"createdOn": "2024-07-10T14:18:18.000Z",
"managedBy": "Manually",
"mapping": "Manual",
"customAttributeName": "-",
"customAttributeValue": "-",
"lastUpdatedTime": "2023-06-04T10:05:18.493Z"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}