{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identityGovernance.appConsentApprovalRoute API", "version": "1.0.0" }, "items": [ { "info": { "name": "identityGovernance.appConsentApprovalRoute", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get appConsent from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Microsoft Graph Get appConsent from identityGovernance" }, { "info": { "name": "Microsoft Graph Update the navigation property appConsent in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property appConsent in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property appConsent for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property appConsent for identityGovernance" }, { "info": { "name": "Microsoft Graph List appConsentRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests", "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": "Retrieve appConsentRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to appConsentRequests for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to appConsentRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph Get appConsentRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an appConsentRequest object." }, { "info": { "name": "Microsoft Graph Update the navigation property appConsentRequests in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property appConsentRequests in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property appConsentRequests for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" } ] }, "docs": "Microsoft Graph Delete navigation property appConsentRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph List userConsentRequests", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "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": "Retrieve a collection of userConsentRequest objects and their properties." }, { "info": { "name": "Microsoft Graph Create new navigation property to userConsentRequests for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to userConsentRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph Get userConsentRequest", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of a userConsentRequest object." }, { "info": { "name": "Microsoft Graph Update the navigation property userConsentRequests in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property userConsentRequests in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property userConsentRequests for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" } ] }, "docs": "Microsoft Graph Delete navigation property userConsentRequests for identityGovernance" }, { "info": { "name": "Microsoft Graph Get approval from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Approval decisions associated with a request." }, { "info": { "name": "Microsoft Graph Update the navigation property approval in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property approval in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property approval for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" } ] }, "docs": "Microsoft Graph Delete navigation property approval for identityGovernance" }, { "info": { "name": "Microsoft Graph Get stages from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "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": "A collection of stages in the approval decision." }, { "info": { "name": "Microsoft Graph Create new navigation property to stages for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to stages for identityGovernance" }, { "info": { "name": "Microsoft Graph Get stages from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages/:approvalStage-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "A collection of stages in the approval decision." }, { "info": { "name": "Microsoft Graph Update the navigation property stages in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages/:approvalStage-id", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property stages in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property stages for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages/:approvalStage-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "name": "approvalStage-id", "value": "", "type": "path", "description": "The unique identifier of approvalStage" } ] }, "docs": "Microsoft Graph Delete navigation property stages for identityGovernance" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/:userConsentRequest-id/approval/stages/$count", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "userConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of userConsentRequest" }, { "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/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/$count", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "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 filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/:appConsentRequest-id/userConsentRequests/filterByCurrentUser(on=':on')", "params": [ { "name": "appConsentRequest-id", "value": "", "type": "path", "description": "The unique identifier of appConsentRequest" }, { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a collection of userConsentRequest objects for accessing a specified app, for which the current user is the reviewer." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/$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 filterByCurrentUser", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/appConsent/appConsentRequests/filterByCurrentUser(on=':on')", "params": [ { "name": "on", "value": "", "type": "path", "description": "Usage: on='{on}'" }, { "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": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$orderby", "value": "", "type": "query", "description": "Order items by property values" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a collection of appConsentRequest objects for which the current user is the reviewer and the status of the userConsentRequest for accessing the specified app is InProgress." } ] } ], "bundled": true }