{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin tenantRelationships.tenantRelationship.Functions API", "version": "1.0.0" }, "items": [ { "info": { "name": "tenantRelationships.tenantRelationship.Functions", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Invoke function findTenantInformationByDomainName", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/findTenantInformationByDomainName(domainName=':domainName')", "params": [ { "name": "domainName", "value": "", "type": "path", "description": "Usage: domainName='{domainName}'" } ] }, "docs": "Given a domain name, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant access settings between you and the tenant." }, { "info": { "name": "Microsoft Graph Invoke function findTenantInformationByTenantId", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/findTenantInformationByTenantId(tenantId=':tenantId')", "params": [ { "name": "tenantId", "value": "", "type": "path", "description": "Usage: tenantId='{tenantId}'" } ] }, "docs": "Given a tenant ID, search for a tenant and read its tenantInformation. You can use this API to validate tenant information and use the tenantId to configure cross-tenant cross-tenant access settings between you and the tenant." } ] } ], "bundled": true }