Microsoft Intune - Get Managed Device by ID
This atomic belongs to the Microsoft Intune atomic group.
Fetches a managed device from Microsoft Intune using its ID. This atomic requires one of the following Graph API scopes: DeviceManagementManagedDevices.Read.All, DeviceManagementManagedDevices.ReadWrite.All
Target: Microsoft Intune integration target or HTTP endpoint for "graph.microsoft.com" with a path of "/v1.0/"
Account Key: None if using an integration-provided target, access token if using an HTTP Endpoint target
Steps:
[] Build the authorization header
[] Fetch the device
[] Check if the request was successful:
[]> If it was, attempt to extract the response and set the output variables
[]> If it wasn't, return an error
More information about this API: https://learn.microsoft.com/en-us/graph/api/intune-devices-manageddevice-get