Get the list of mobile apps in the provided tenant.

  • Least privileged Microsoft Graph permission to access the action via application: DeviceManagementApps.Read.All, DeviceManagementApps.ReadWrite.All.

External Documentation

To learn more, visit the Microsoft Intune documentation.

Example Output

{
	"value": [
		{
			"@odata.type": "#microsoft.graph.mobileApp",
			"id": "0177548a-548a-0177-8a54-77018a547701",
			"displayName": "Display Name value",
			"description": "Description value",
			"publisher": "Publisher value",
			"largeIcon": {
				"@odata.type": "microsoft.graph.mimeContent",
				"type": "Type value",
				"value": "dmFsdWU="
			},
			"createdDateTime": "2017-01-01T00:02:43.5775965-08:00",
			"lastModifiedDateTime": "2017-01-01T00:00:35.1329464-08:00",
			"isFeatured": true,
			"privacyInformationUrl": "https://example.com/privacyInformationUrl/",
			"informationUrl": "https://example.com/informationUrl/",
			"owner": "Owner value",
			"developer": "Developer value",
			"notes": "Notes value",
			"publishingState": "processing"
		}
	]
}

Workflow Library Example

List Mobile Apps with Microsoft Intune and Send Results Via Email

Preview this Workflow on desktop