{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identityGovernance.lifecycleWorkflowsContainer API", "version": "1.0.0" }, "items": [ { "info": { "name": "identityGovernance.lifecycleWorkflowsContainer", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get lifecycleWorkflows from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows", "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 lifecycleWorkflows from identityGovernance" }, { "info": { "name": "Microsoft Graph Update the navigation property lifecycleWorkflows in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property lifecycleWorkflows in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property lifecycleWorkflows for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property lifecycleWorkflows for identityGovernance" }, { "info": { "name": "Microsoft Graph List customTaskExtensions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions", "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": "Get a list of the customTaskExtension objects and their properties." }, { "info": { "name": "Microsoft Graph Create customTaskExtensions", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customTaskExtension object." }, { "info": { "name": "Microsoft Graph Get customTaskExtension", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "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 customTaskExtension object." }, { "info": { "name": "Microsoft Graph Update customTaskExtension", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a customTaskExtension object." }, { "info": { "name": "Microsoft Graph Delete customTaskExtension", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" } ] }, "docs": "Delete a customTaskExtension object. A custom task extension can only be deleted if it is not referenced in any task objects in a lifecycle workflow." }, { "info": { "name": "Microsoft Graph Get createdBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/createdBy", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user that created the custom task extension.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/createdBy/mailboxSettings", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/createdBy/mailboxSettings", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/createdBy/serviceProvisioningErrors", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/createdBy/serviceProvisioningErrors/$count", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "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 lastModifiedBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/lastModifiedBy", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user that modified the custom task extension last.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/lastModifiedBy/serviceProvisioningErrors", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/customTaskExtensions/:customTaskExtension-id/lastModifiedBy/serviceProvisioningErrors/$count", "params": [ { "name": "customTaskExtension-id", "value": "", "type": "path", "description": "The unique identifier of customTaskExtension" }, { "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/lifecycleWorkflows/customTaskExtensions/$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 Get deletedItems from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Deleted workflows in your lifecycle workflows instance." }, { "info": { "name": "Microsoft Graph Delete navigation property deletedItems for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property deletedItems for identityGovernance" }, { "info": { "name": "Microsoft Graph List deletedItems (deleted lifecycle workflows)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows", "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": "Get a list of the deleted workflow objects and their properties." }, { "info": { "name": "Microsoft Graph Get deletedItemContainer (a deleted lifecycle workflow)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve a deleted workflow object." }, { "info": { "name": "Microsoft Graph Delete deletedItemContainer (permanently delete a deleted lifecycle workflow)", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ] }, "docs": "Delete a workflow object." }, { "info": { "name": "Microsoft Graph Get createdBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/createdBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user who created the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/createdBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/createdBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 executionScope from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/executionScope", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 list of users that meet the workflowExecutionConditions of a workflow." }, { "info": { "name": "Microsoft Graph Get executionScope from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/executionScope/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of users that meet the workflowExecutionConditions of a workflow." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/executionScope/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 lastModifiedBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/lastModifiedBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra identity that last modified the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/lastModifiedBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/lastModifiedBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/microsoft.graph.identityGovernance.activate", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions." }, { "info": { "name": "Microsoft Graph Invoke action activateWithScope", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/microsoft.graph.identityGovernance.activateWithScope", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run a workflow object on-demand with a specific scope. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions." }, { "info": { "name": "Microsoft Graph Invoke action createNewVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/microsoft.graph.identityGovernance.createNewVersion", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new version of the workflow object." }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/microsoft.graph.identityGovernance.restore", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ] }, "docs": "Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it." }, { "info": { "name": "Microsoft Graph Get runs from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Workflow runs." }, { "info": { "name": "Microsoft Graph Get runs from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Workflow runs." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/reprocessedRuns/:run-id1", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "run-id1", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 related taskProcessingResults." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related taskProcessingResults." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 userProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 associated individual user execution." }, { "info": { "name": "Microsoft Graph Get userProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The associated individual user execution." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/:run-id1", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "run-id1", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 associated individual task execution." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The associated individual task execution." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/:run-id/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/runs/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph Get taskReports from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Represents the aggregation of task execution data for tasks within a workflow object." }, { "info": { "name": "Microsoft Graph Get taskReports from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the aggregation of task execution data for tasks within a workflow object." }, { "info": { "name": "Microsoft Graph Get task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related lifecycle workflow task.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get taskDefinition from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskDefinition", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "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 related lifecycle workflow taskProcessingResults." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related lifecycle workflow taskProcessingResults." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/taskReports/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph Get tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 tasks in the workflow." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The tasks in the workflow." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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 result of processing the task." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The result of processing the task." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/tasks/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 userProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Per-user workflow execution results." }, { "info": { "name": "Microsoft Graph Get userProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Per-user workflow execution results." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/:run-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 associated individual task execution." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The associated individual task execution." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 workflow versions that are available." }, { "info": { "name": "Microsoft Graph Get versions from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The workflow versions that are available." }, { "info": { "name": "Microsoft Graph Get createdBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user who created the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 lastModifiedBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra identity that last modified the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 tasks in the workflow." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The tasks in the workflow." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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 result of processing the task." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The result of processing the task." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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/lifecycleWorkflows/deletedItems/workflows/:workflow-id/versions/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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/lifecycleWorkflows/deletedItems/workflows/$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 Get insights from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The insight container holding workflow insight summaries for a tenant." }, { "info": { "name": "Microsoft Graph Update the navigation property insights in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property insights in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property insights for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property insights for identityGovernance" }, { "info": { "name": "Microsoft Graph Invoke function topTasksProcessedSummary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topTasksProcessedSummary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" }, { "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": "Provide a summary of the most processed tasks, known as top tasks, for a specified time period in a tenant. The task definition is provided, along with numerical counts of total, successful, and failed runs. For information about workflows processed, see insights: topWorkflowsProcessedSummary." }, { "info": { "name": "Microsoft Graph Invoke function topWorkflowsProcessedSummary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.topWorkflowsProcessedSummary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" }, { "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": "Provide a summary of the workflows processed the most, known as top workflows, for a specified period in a tenant. Workflow basic details are given, along with run information. For information about tasks processed, see insights: topTasksProcessedSummary." }, { "info": { "name": "Microsoft Graph Invoke function workflowsProcessedByCategory", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedByCategory(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Provide a summary of workflows processed, by category, in a tenant. This allows you to quickly get category information, by numerical value, bypassing other information found in the WorkflowsProcessedSummary call." }, { "info": { "name": "Microsoft Graph Invoke function workflowsProcessedSummary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/insights/microsoft.graph.identityGovernance.workflowsProcessedSummary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Provide a summary of all workflows processed within a tenant for a specified period. Because the amount of results for listed workflows as returned by the List workflows does not tell you which workflows were processed from the list of created workflows, this summary gives you a quick overview of processed status based on counts." }, { "info": { "name": "Microsoft Graph Get lifecycleManagementSettings", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/settings", "params": [ { "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 lifecycleManagementSettings object." }, { "info": { "name": "Microsoft Graph Update lifecycleManagementSettings", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/settings", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a lifecycleManagementSettings object." }, { "info": { "name": "Microsoft Graph List taskDefinitions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/taskDefinitions", "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": "Get a list of built-in tasks in Lifecycle Workflows. A task is represented by the taskDefinition object." }, { "info": { "name": "Microsoft Graph Get taskDefinition", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/taskDefinitions/:taskDefinition-id", "params": [ { "name": "taskDefinition-id", "value": "", "type": "path", "description": "The unique identifier of taskDefinition" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the details of a built-in workflow task in Lifecycle Workflows." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/taskDefinitions/$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 List workflows", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows", "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": "Get a list of workflow resources that are associated with lifecycle workflows." }, { "info": { "name": "Microsoft Graph Create workflow", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new workflow object. You can create up to 100 workflows in a tenant." }, { "info": { "name": "Microsoft Graph Get workflow", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 workflow object." }, { "info": { "name": "Microsoft Graph Update workflow", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a workflow object. Only the properties listed in the request body table can be updated. To update any other workflow properties, see workflow: createNewVersion." }, { "info": { "name": "Microsoft Graph Delete workflow", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ] }, "docs": "Delete a workflow object and its associated tasks, taskProcessingResults and versions. You can restore a deleted workflow and its associated objects within 30 days of deletion." }, { "info": { "name": "Microsoft Graph Get createdBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/createdBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user who created the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/createdBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/createdBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 executionScope from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/executionScope", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 list of users that meet the workflowExecutionConditions of a workflow." }, { "info": { "name": "Microsoft Graph Get executionScope from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/executionScope/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The list of users that meet the workflowExecutionConditions of a workflow." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/executionScope/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 lastModifiedBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/lastModifiedBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra identity that last modified the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/lastModifiedBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/lastModifiedBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 action activate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/microsoft.graph.identityGovernance.activate", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run a workflow object on-demand. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions." }, { "info": { "name": "Microsoft Graph Invoke action activateWithScope", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/microsoft.graph.identityGovernance.activateWithScope", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Run a workflow object on-demand with a specific scope. You can run any workflow on-demand, including scheduled workflows. Workflows created from the 'Real-time employee termination' template are run on-demand only. When you run a workflow on demand, the tasks are executed regardless of whether the user state matches the scope and trigger execution conditions." }, { "info": { "name": "Microsoft Graph Invoke action createNewVersion", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/microsoft.graph.identityGovernance.createNewVersion", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new version of the workflow object." }, { "info": { "name": "Microsoft Graph Invoke action restore", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/microsoft.graph.identityGovernance.restore", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ] }, "docs": "Restore a workflow that has been deleted. You can only restore a workflow that was deleted within the last 30 days before Microsoft Entra ID automatically permanently deletes it." }, { "info": { "name": "Microsoft Graph List runs", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Get a list of the run objects and their properties for a lifecycle workflow." }, { "info": { "name": "Microsoft Graph Get run", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 run object." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/reprocessedRuns/:run-id1", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "run-id1", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 List taskProcessingResults", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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": "Get the taskProcessingResult resources for a run." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related taskProcessingResults." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 List userProcessingResults", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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": "Get user processing results of a workflow run object." }, { "info": { "name": "Microsoft Graph Get userProcessingResult", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the user processing result of a user processing result of a run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/:run-id1", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "run-id1", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 List taskProcessingResults", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Get the task processing result from a userProcessingResult either directly or through a run." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The associated individual task execution." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/:run-id/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/runs/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Get a summary of runs for a specified time period. Because the amount of runs returned by the List API call can be overwhelming, this summary allows the administrator to get a quick overview based on counts." }, { "info": { "name": "Microsoft Graph List taskReports", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Get a list of the taskReport objects and their properties." }, { "info": { "name": "Microsoft Graph Get taskReports from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the aggregation of task execution data for tasks within a workflow object." }, { "info": { "name": "Microsoft Graph Get task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related lifecycle workflow task.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get taskDefinition from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskDefinition", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The taskDefinition associated with the related lifecycle workflow task.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph List taskProcessingResult (for a taskReport)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "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": "Get the task processing result resources from the taskReport." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related lifecycle workflow taskProcessingResults." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/:taskReport-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "taskReport-id", "value": "", "type": "path", "description": "The unique identifier of taskReport" }, { "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/lifecycleWorkflows/workflows/:workflow-id/taskReports/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/taskReports/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Get a taskReportSummary object. This API provides a summary of task processing results for a specified time period. Because the volume of task processing results and task reports returned by the List API calls can be overwhelming, this summary allows the administrator to get a quick overview based on counts." }, { "info": { "name": "Microsoft Graph List tasks (in Lifecycle Workflows)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 the details of the built-in tasks in Lifecycle Workflows." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get task", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a specific task from a workflow or workflowVersion." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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 result of processing the task." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The result of processing the task." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/tasks/:task-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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/lifecycleWorkflows/workflows/:workflow-id/tasks/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 List userProcessingResults", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Get the userProcessingResult resources for a workflow." }, { "info": { "name": "Microsoft Graph Get userProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Per-user workflow execution results." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get reprocessedRuns from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/:run-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "run-id", "value": "", "type": "path", "description": "The unique identifier of run" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related reprocessed workflow run." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/reprocessedRuns/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the user targeted for the taskProcessingResult.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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 List taskProcessingResults", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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": "Get the task processing result from a userProcessingResult either directly or through a run." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The associated individual task execution." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/:userProcessingResult-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "userProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of userProcessingResult" }, { "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/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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 summary", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/userProcessingResults/microsoft.graph.identityGovernance.summary(startDateTime=:startDateTime,endDateTime=:endDateTime)", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "startDateTime", "value": "", "type": "path", "description": "Usage: startDateTime={startDateTime}" }, { "name": "endDateTime", "value": "", "type": "path", "description": "Usage: endDateTime={endDateTime}" } ] }, "docs": "Microsoft Graph Invoke function summary" }, { "info": { "name": "Microsoft Graph List workflowVersions", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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": "Get a list of the workflowVersion objects and their properties." }, { "info": { "name": "Microsoft Graph Get workflowVersion", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 workflowVersion object." }, { "info": { "name": "Microsoft Graph Get createdBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The user who created the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/createdBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 lastModifiedBy from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra identity that last modified the workflow." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/lastModifiedBy/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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 List tasks (in a workflowVersion)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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": "Get a list of task objects in a workflowVersion." }, { "info": { "name": "Microsoft Graph Create new navigation property to tasks for identityGovernance", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Create new navigation property to tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get task", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a specific task from a workflow or workflowVersion." }, { "info": { "name": "Microsoft Graph Update the navigation property tasks in identityGovernance", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tasks in identityGovernance" }, { "info": { "name": "Microsoft Graph Delete navigation property tasks for identityGovernance", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" } ] }, "docs": "Microsoft Graph Delete navigation property tasks for identityGovernance" }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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 result of processing the task." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The result of processing the task." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/:task-id/taskProcessingResults/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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/lifecycleWorkflows/workflows/:workflow-id/versions/:workflowVersion-versionNumber/tasks/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "name": "workflowVersion-versionNumber", "value": "", "type": "path", "description": "The unique identifier of workflowVersion" }, { "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/lifecycleWorkflows/workflows/:workflow-id/versions/$count", "params": [ { "name": "workflow-id", "value": "", "type": "path", "description": "The unique identifier of workflow" }, { "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/lifecycleWorkflows/workflows/$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 List workflowTemplates", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates", "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": "Get a list of the workflowTemplate objects and their properties." }, { "info": { "name": "Microsoft Graph Get workflowTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "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 workflowTemplate object." }, { "info": { "name": "Microsoft Graph Get tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "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": "Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default." }, { "info": { "name": "Microsoft Graph Get tasks from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the configured tasks to execute and their execution sequence within a workflow. This relationship is expanded by default." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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 result of processing the task." }, { "info": { "name": "Microsoft Graph Get taskProcessingResults from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The result of processing the task." }, { "info": { "name": "Microsoft Graph Invoke action resume", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/microsoft.graph.identityGovernance.resume", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Resume a task processing result that's inProgress. In the default case an Azure Logic Apps system-assigned managed identity calls this API. For more information, see: Lifecycle Workflows extensibility approach." }, { "info": { "name": "Microsoft Graph Get subject from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The unique identifier of the Microsoft Entra user targeted for the task execution.Supports $filter(eq, ne) and $expand." }, { "info": { "name": "Microsoft Graph Get mailboxSettings property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Settings for the primary mailbox of the signed-in user. You can get or update settings for sending automatic replies to incoming messages, locale, and time zone. Returned only on $select." }, { "info": { "name": "Microsoft Graph Update property mailboxSettings value.", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/mailboxSettings", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update property mailboxSettings value." }, { "info": { "name": "Microsoft Graph Get serviceProvisioningErrors property value", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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": "Errors published by a federated service describing a nontransient, service-specific error regarding the properties or link from a user object. Supports $filter (eq, not, for isResolved and serviceInstance)." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/subject/serviceProvisioningErrors/$count", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "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 task from identityGovernance", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/:taskProcessingResult-id/task", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "name": "taskProcessingResult-id", "value": "", "type": "path", "description": "The unique identifier of taskProcessingResult" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "The related workflow task" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identityGovernance/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/:task-id/taskProcessingResults/$count", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "name": "task-id", "value": "", "type": "path", "description": "The unique identifier of task" }, { "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/lifecycleWorkflows/workflowTemplates/:workflowTemplate-id/tasks/$count", "params": [ { "name": "workflowTemplate-id", "value": "", "type": "path", "description": "The unique identifier of workflowTemplate" }, { "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/lifecycleWorkflows/workflowTemplates/$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" } ] } ], "bundled": true }