{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin domains.internalDomainFederation API", "version": "1.0.0" }, "items": [ { "info": { "name": "domains.internalDomainFederation", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List internalDomainFederations", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "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 the internalDomainFederation objects for the domain. This API returns only one object in the collection." }, { "info": { "name": "Microsoft Graph Create internalDomainFederation", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new internalDomainFederation object." }, { "info": { "name": "Microsoft Graph Get internalDomainFederation", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration/:internalDomainFederation-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "internalDomainFederation-id", "value": "", "type": "path", "description": "The unique identifier of internalDomainFederation" }, { "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 internalDomainFederation object." }, { "info": { "name": "Microsoft Graph Update internalDomainFederation", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration/:internalDomainFederation-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "internalDomainFederation-id", "value": "", "type": "path", "description": "The unique identifier of internalDomainFederation" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an internalDomainFederation object." }, { "info": { "name": "Microsoft Graph Delete internalDomainFederation", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration/:internalDomainFederation-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "internalDomainFederation-id", "value": "", "type": "path", "description": "The unique identifier of internalDomainFederation" } ] }, "docs": "Delete an internalDomainFederation object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/federationConfiguration/$count", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "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 }