Skip to main content
Import a list of device identities into Intune.
  • Least privileged Microsoft Graph permission to access the action via application: DeviceManagementServiceConfig.ReadWrite.All.
External DocumentationTo learn more, visit the Microsoft Intune documentation.

Parameters

ParameterDescription
Imported Device IdentitiesThe list of device identities to import.

Example:
[
{
“importedDeviceIdentifier”: “4900”,
“importedDeviceIdentityType”: “imei”,
“platform”: “ios”
}
]
Overwrite Imported Device IdentitiesSelect to overwrite imported device identities that match the imported device identities in the list.

Example Output

{
	"value": [
		{
			"@odata.type": "#microsoft.graph.importedDeviceIdentityResult",
			"id": "9dfd3690-3690-9dfd-9036-fd9d9036fd9d",
			"importedDeviceIdentifier": "Imported Device Identifier value",
			"importedDeviceIdentityType": "imei",
			"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
			"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
			"lastContactedDateTime": "2016-12-31T23:58:44.2908994-08:00",
			"description": "Description value",
			"enrollmentState": "enrolled",
			"platform": "ios",
			"status": true
		}
	]
}

Workflow Library Example

Import Device Identity List with Microsoft Intune and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop