Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 2.44 KB

intune-shared-reportroot-manageddeviceenrollmentfailuredetails.md

File metadata and controls

82 lines (64 loc) · 2.44 KB
title description author localization_priority ms.prod doc_type
managedDeviceEnrollmentFailureDetails function
Intune Shared Reportroot Manageddeviceenrollmentfailuredetails Api .
jaiprakashmb
Normal
intune
apiPageType

managedDeviceEnrollmentFailureDetails function

Namespace: microsoft.graph

Important: APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

[!INCLUDE national-cloud-support]

    ## Permissions

One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.

Permission type Permissions (from most to least privileged)
Delegated (work or school account)
    Troubleshooting DeviceManagementManagedDevices.ReadWrite.All
Delegated (personal Microsoft account) Not supported.
Application
    Troubleshooting DeviceManagementManagedDevices.ReadWrite.All

HTTP Request

GET /reports/managedDeviceEnrollmentFailureDetails

Request headers

Header Value
Authorization Bearer {token}. Required. Learn more about authentication and authorization.
Accept application/json

Request body

The following table shows the parameters that can be used with this function.

Property Type Description
filter String
skipToken String
skip Int32
top Int32

Response

If successful, this function returns a 200 OK response code and a report in the response body.

Example

Request

Here is an example of the request.

GET https://graph.microsoft.com/beta/reports/managedDeviceEnrollmentFailureDetails(skip=4,top=3,filter='parameterValue',skipToken='parameterValue')

Response

Here is an example of the response. Note: The response object shown here may be truncated for brevity. All of the properties will be returned from an actual call.

HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: 123

{
  "value": {
    "@odata.type": "microsoft.graph.report",
    "content": "<Unknown Primitive Type Edm.Stream>"
  }
}