v1
latestOpenAPI 3.1.02026-07-245531,0212.1 MBEndpoints Reports
View User Provisioning Report
The User Provisioning report provides information about the users provisioned in Endpoints 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/mspEPUserProvisioning
Headers
Authorizationstring required
Specify the Bearer access token
Request body
Example request
{
"filters": {
"filterBy": [
{
"fieldName": "userName",
"operator": "EQUAL"
}
]
}
}Response
Success
Example response
{
"data": [
{
"customerGlobalId": "bde7f8c2-d063-4a4a-9a8f-c2ea5aff42f3-198",
"accountName": "Druva",
"customerName": "Druva",
"userName": "user1",
"userEmail": "user1@d.in",
"profile": "Default",
"userStatus": "Active",
"endpointsLicense": "Active",
"endpointsUsageMB": 30520,
"createdOn": "2022-08-03T13:21:27.960Z",
"managedBy": "Manually",
"customAttributeValue": "attributeVal",
"customAttributeName": "attributeName"
}
],
"nextPageToken": "YTBDNDk6Rjk1MmViY1FpTVpBejNFTU9lSWxzUT09OjA="
}