{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identity.authenticationEventListener API", "version": "1.0.0" }, "items": [ { "info": { "name": "identity.authenticationEventListener", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List authenticationEventListeners", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners", "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 authenticationEventListener objects and their properties. The following derived types are supported:" }, { "info": { "name": "Microsoft Graph Create authenticationEventListener", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new authenticationEventListener object. You can create one of the following subtypes that are derived from authenticationEventListener." }, { "info": { "name": "Microsoft Graph Get authenticationEventListener", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners/:authenticationEventListener-id", "params": [ { "name": "authenticationEventListener-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventListener" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties and relationships of an authenticationEventListener object. The @odata.type property in the response object indicates the type of the authenticationEventListener object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Update authenticationEventListener", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners/:authenticationEventListener-id", "params": [ { "name": "authenticationEventListener-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventListener" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an authenticationEventListener object. You must specify the @odata.type property and the value of the authenticationEventListener object type to update. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Delete authenticationEventListener", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners/:authenticationEventListener-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "authenticationEventListener-id", "value": "", "type": "path", "description": "The unique identifier of authenticationEventListener" } ] }, "docs": "Delete an authenticationEventListener object. The following derived types are currently supported." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/authenticationEventListeners/$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 }