{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin identity.identityApiConnector API", "version": "1.0.0" }, "items": [ { "info": { "name": "identity.identityApiConnector", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List identityApiConnectors", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors", "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": "Read the properties of an identityApiConnector object." }, { "info": { "name": "Microsoft Graph Create identityApiConnector", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new identityApiConnector object." }, { "info": { "name": "Microsoft Graph Get identityApiConnector", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors/:identityApiConnector-id", "params": [ { "name": "identityApiConnector-id", "value": "", "type": "path", "description": "The unique identifier of identityApiConnector" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the properties of an identityApiConnector object." }, { "info": { "name": "Microsoft Graph Update identityApiConnector", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors/:identityApiConnector-id", "params": [ { "name": "identityApiConnector-id", "value": "", "type": "path", "description": "The unique identifier of identityApiConnector" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an identityApiConnector object." }, { "info": { "name": "Microsoft Graph Delete identityApiConnector", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors/:identityApiConnector-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "identityApiConnector-id", "value": "", "type": "path", "description": "The unique identifier of identityApiConnector" } ] }, "docs": "Delete an identityApiConnector object." }, { "info": { "name": "Microsoft Graph Invoke action uploadClientCertificate", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors/:identityApiConnector-id/uploadClientCertificate", "params": [ { "name": "identityApiConnector-id", "value": "", "type": "path", "description": "The unique identifier of identityApiConnector" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upload a PKCS 12 format key (.pfx) to an API connector's authentication configuration. The input is a base-64 encoded value of the PKCS 12 certificate contents. This method returns an apiConnector." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/identity/apiConnectors/$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 }