{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin tenantRelationships.multiTenantOrganization API", "version": "1.0.0" }, "items": [ { "info": { "name": "tenantRelationships.multiTenantOrganization", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get multiTenantOrganization", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get properties of the multitenant organization." }, { "info": { "name": "Microsoft Graph Update multiTenantOrganization", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a multitenant organization." }, { "info": { "name": "Microsoft Graph Get multiTenantOrganizationJoinRequestRecord", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/joinRequest", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the status of a tenant joining a multitenant organization." }, { "info": { "name": "Microsoft Graph Update multiTenantOrganizationJoinRequestRecord", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/joinRequest", "body": { "type": "json", "data": "{}" } }, "docs": "Join a multitenant organization, after the owner of the multitenant organization has added your tenant to the multitenant organization as pending. Before a tenant added to a multitenant organization can participate in the multitenant organization, the administrator of the joining tenant must submit a join request. To allow for asynchronous processing, you must wait up to 2 hours before joining a multitenant organization is completed." }, { "info": { "name": "Microsoft Graph List multiTenantOrganizationMembers", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants", "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": "List the tenants and their properties in the multitenant organization." }, { "info": { "name": "Microsoft Graph Add multiTenantOrganizationMember", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants", "body": { "type": "json", "data": "{}" } }, "docs": "Add a tenant to a multitenant organization. The administrator of an owner tenant has the permissions to add tenants to the multitenant organization. The added tenant is in the pending state until the administrator of the added tenant joins the multitenant organization by submitting a join request. A tenant can be part of only one multitenant organization." }, { "info": { "name": "Microsoft Graph Get multiTenantOrganizationMember", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants/:multiTenantOrganizationMember-id", "params": [ { "name": "multiTenantOrganizationMember-id", "value": "", "type": "path", "description": "The unique identifier of multiTenantOrganizationMember" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get a tenant and its properties in the multitenant organization." }, { "info": { "name": "Microsoft Graph Update the navigation property tenants in tenantRelationships", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants/:multiTenantOrganizationMember-id", "params": [ { "name": "multiTenantOrganizationMember-id", "value": "", "type": "path", "description": "The unique identifier of multiTenantOrganizationMember" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property tenants in tenantRelationships" }, { "info": { "name": "Microsoft Graph Remove multiTenantOrganizationMember", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants/:multiTenantOrganizationMember-id", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "multiTenantOrganizationMember-id", "value": "", "type": "path", "description": "The unique identifier of multiTenantOrganizationMember" } ] }, "docs": "Remove a tenant from a multitenant organization. A tenant can be removed in the following scenarios:" }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants/$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 }