{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Identity Authentication Events Flows API", "version": "1.0.0" }, "items": [ { "info": { "name": "Identity Authentication Events Flows", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List includeApplications (for a user flow)", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "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": "List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID." }, { "info": { "name": "Microsoft Graph Add includeApplication (to a user flow)", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant." }, { "info": { "name": "Microsoft Graph Get includeApplications from identity", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Performs GET operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}" }, { "info": { "name": "Microsoft Graph Update Include Applications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs PATCH operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/{authenticationConditionApplication-appId}" }, { "info": { "name": "Microsoft Graph Delete authenticationConditionApplication (from a user flow)", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" } ] }, "docs": "Remove or unlink an application from an authenticationEventsFlow object. This disables the customized authentication experience defined for the application." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/conditions/applications/includeApplications/$count", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/conditions/applications/includeApplications/$count" }, { "info": { "name": "Microsoft Graph Get includeApplications from identity", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "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": "Performs GET operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications" }, { "info": { "name": "Microsoft Graph Create Include Applications", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs POST operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications" }, { "info": { "name": "Microsoft Graph Get includeApplications from identity", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Performs GET operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}" }, { "info": { "name": "Microsoft Graph Update Include Applications", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Performs PATCH operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}" }, { "info": { "name": "Microsoft Graph Delete Include Applications", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/:authenticationConditionApplication-appId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "authenticationConditionApplication-appId", "value": "", "type": "path", "description": "The unique identifier of authenticationConditionApplication" } ] }, "docs": "Performs DELETE operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/{authenticationConditionApplication-appId}" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/:authenticationEventsFlow-id/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count", "params": [ { "name": "authenticationEventsFlow-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventsFlow" }, { "name": "$search", "value": "", "type": "query", "description": "Search items by search phrases" }, { "name": "$filter", "value": "", "type": "query", "description": "Filter items by property values" } ] }, "docs": "Performs GET operation on /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/conditions/applications/includeApplications/$count" } ] } ], "bundled": true }