{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin deviceAppManagement.managedAppRegistration API", "version": "1.0.0" }, "items": [ { "info": { "name": "deviceAppManagement.managedAppRegistration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get managedAppRegistrations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The managed app registrations." }, { "info": { "name": "Microsoft Graph Create new navigation property to managedAppRegistrations for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to managedAppRegistrations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get managedAppRegistrations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The managed app registrations." }, { "info": { "name": "Microsoft Graph Update the navigation property managedAppRegistrations in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property managedAppRegistrations in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property managedAppRegistrations for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" } ] }, "docs": "Microsoft Graph Delete navigation property managedAppRegistrations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get appliedPolicies from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more policys already applied on the registered app when it last synchronized with managment service." }, { "info": { "name": "Microsoft Graph Create new navigation property to appliedPolicies for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to appliedPolicies for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get appliedPolicies from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies/:managedAppPolicy-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more policys already applied on the registered app when it last synchronized with managment service." }, { "info": { "name": "Microsoft Graph Update the navigation property appliedPolicies in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies/:managedAppPolicy-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property appliedPolicies in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property appliedPolicies for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies/:managedAppPolicy-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ] }, "docs": "Microsoft Graph Delete navigation property appliedPolicies for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Invoke action targetApps", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies/:managedAppPolicy-id/targetApps", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action targetApps" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/appliedPolicies/$count", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get intendedPolicies from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more policies admin intended for the app as of now." }, { "info": { "name": "Microsoft Graph Create new navigation property to intendedPolicies for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to intendedPolicies for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get intendedPolicies from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies/:managedAppPolicy-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more policies admin intended for the app as of now." }, { "info": { "name": "Microsoft Graph Update the navigation property intendedPolicies in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies/:managedAppPolicy-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property intendedPolicies in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property intendedPolicies for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies/:managedAppPolicy-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ] }, "docs": "Microsoft Graph Delete navigation property intendedPolicies for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Invoke action targetApps", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies/:managedAppPolicy-id/targetApps", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppPolicy-id", "value": "", "type": "path", "description": "The unique identifier of managedAppPolicy" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Invoke action targetApps" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/intendedPolicies/$count", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get operations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more long running operations triggered on the app registration." }, { "info": { "name": "Microsoft Graph Create new navigation property to operations for deviceAppManagement", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to operations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get operations from deviceAppManagement", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations/:managedAppOperation-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppOperation-id", "value": "", "type": "path", "description": "The unique identifier of managedAppOperation" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Zero or more long running operations triggered on the app registration." }, { "info": { "name": "Microsoft Graph Update the navigation property operations in deviceAppManagement", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations/:managedAppOperation-id", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppOperation-id", "value": "", "type": "path", "description": "The unique identifier of managedAppOperation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property operations in deviceAppManagement" }, { "info": { "name": "Microsoft Graph Delete navigation property operations for deviceAppManagement", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations/:managedAppOperation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "managedAppOperation-id", "value": "", "type": "path", "description": "The unique identifier of managedAppOperation" } ] }, "docs": "Microsoft Graph Delete navigation property operations for deviceAppManagement" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/:managedAppRegistration-id/operations/$count", "params": [ { "name": "managedAppRegistration-id", "value": "", "type": "path", "description": "The unique identifier of managedAppRegistration" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/$count", "params": [ { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Microsoft Graph Get the number of the resource" }, { "info": { "name": "Microsoft Graph Invoke function getUserIdsWithFlaggedAppRegistration", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/deviceAppManagement/managedAppRegistrations/getUserIdsWithFlaggedAppRegistration()", "params": [ { "name": "$top", "value": "50", "type": "query", "description": "Show only the first n items" }, { "name": "$skip", "value": "", "type": "query", "description": "Skip the first n items" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" }, { "name": "$count", "value": "", "type": "query", "description": "Include count of items" } ] }, "docs": "Microsoft Graph Invoke function getUserIdsWithFlaggedAppRegistration" } ] } ], "bundled": true }