{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin Domains.domain API", "version": "1.0.0" }, "items": [ { "info": { "name": "Domains.domain", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph List domains", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains", "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": "Retrieve a list of domain objects." }, { "info": { "name": "Microsoft Graph Create domain", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/domains", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a domain to the tenant. Important: You cannot use an associated domain with your Microsoft Entra tenant until ownership is verified. See List verificationDnsRecords for details. Root domains require verification. For example, contoso.com requires verification. If a root domain is verified, subdomains of the root domain are automatically verified. For example, subdomain.contoso.com is automatically be verified if contoso.com has been verified." }, { "info": { "name": "Microsoft Graph Get domain", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Retrieve the properties and relationships of domain object." }, { "info": { "name": "Microsoft Graph Update domain", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of domain object. Only verified domains can be updated." }, { "info": { "name": "Microsoft Graph Delete domain", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" } ] }, "docs": "Delete a domain from a tenant." }, { "info": { "name": "Microsoft Graph Get rootDomain", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/:domain-id/rootDomain", "params": [ { "name": "domain-id", "value": "", "type": "path", "description": "The unique identifier of domain" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the root domain of a subdomain. This API returns a single object." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/domains/$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 }