{ "opencollection": "1.0.0", "info": { "name": "Microsoft Graph Admin Admin.admin policies.crossTenantAccessPolicy API", "version": "1.0.0" }, "items": [ { "info": { "name": "policies.crossTenantAccessPolicy", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Graph Get crossTenantIdentitySyncPolicyPartner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId/identitySynchronization", "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" }, { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the user synchronization policy of a partner-specific configuration." }, { "info": { "name": "Microsoft Graph Create identitySynchronization", "type": "http" }, "http": { "method": "PUT", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId/identitySynchronization", "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a cross-tenant user synchronization policy for a partner-specific configuration." }, { "info": { "name": "Microsoft Graph Delete crossTenantIdentitySyncPolicyPartner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId/identitySynchronization", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" } ] }, "docs": "Delete the user synchronization policy for a partner-specific configuration." }, { "info": { "name": "Microsoft Graph Get crossTenantAccessPolicy", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy", "params": [ { "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 a crossTenantAccessPolicy object." }, { "info": { "name": "Microsoft Graph Update crossTenantAccessPolicy", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy", "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a cross-tenant access policy." }, { "info": { "name": "Microsoft Graph Delete navigation property crossTenantAccessPolicy for policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property crossTenantAccessPolicy for policies" }, { "info": { "name": "Microsoft Graph Get crossTenantAccessPolicyConfigurationDefault", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/default", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Read the default configuration of a cross-tenant access policy. This default configuration may be the service default assigned by Microsoft Entra ID (isServiceDefault is true) or may be customized in your tenant (isServiceDefault is false)." }, { "info": { "name": "Microsoft Graph Update crossTenantAccessPolicyConfigurationDefault", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/default", "body": { "type": "json", "data": "{}" } }, "docs": "Update the default configuration of a cross-tenant access policy." }, { "info": { "name": "Microsoft Graph Delete navigation property default for policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/default", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property default for policies" }, { "info": { "name": "Microsoft Graph Invoke action resetToSystemDefault", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/default/resetToSystemDefault" }, "docs": "Reset any changes made to the default configuration in a cross-tenant access policy back to the system default." }, { "info": { "name": "Microsoft Graph List partners", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners", "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": "Get a list of all partner configurations within a cross-tenant access policy. You can also use the $expand parameter to list the user synchronization policy for all partner configurations." }, { "info": { "name": "Microsoft Graph Create crossTenantAccessPolicyConfigurationPartner", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new partner configuration in a cross-tenant access policy." }, { "info": { "name": "Microsoft Graph Get crossTenantAccessPolicyConfigurationPartner", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId", "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" }, { "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 a partner-specific configuration." }, { "info": { "name": "Microsoft Graph Update crossTenantAccessPolicyConfigurationPartner", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId", "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of a partner-specific configuration." }, { "info": { "name": "Microsoft Graph Delete crossTenantAccessPolicyConfigurationPartner", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/:crossTenantAccessPolicyConfigurationPartner-tenantId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "crossTenantAccessPolicyConfigurationPartner-tenantId", "value": "", "type": "path", "description": "The unique identifier of crossTenantAccessPolicyConfigurationPartner" } ] }, "docs": "Delete a partner-specific configuration in a cross-tenant access policy. If a configuration includes a user synchronization policy, you must first delete the user synchronization policy before you can delete the partner-specific configuration." }, { "info": { "name": "Microsoft Graph Get the number of the resource", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/$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" }, { "info": { "name": "Microsoft Graph Get templates from policies", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Represents the base policy in the directory for multitenant organization settings." }, { "info": { "name": "Microsoft Graph Update the navigation property templates in policies", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates", "body": { "type": "json", "data": "{}" } }, "docs": "Microsoft Graph Update the navigation property templates in policies" }, { "info": { "name": "Microsoft Graph Delete navigation property templates for policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property templates for policies" }, { "info": { "name": "Microsoft Graph Get multiTenantOrganizationIdentitySyncPolicyTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the cross-tenant access policy template with user synchronization settings for a multitenant organization." }, { "info": { "name": "Microsoft Graph Update multiTenantOrganizationIdentitySyncPolicyTemplate", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "body": { "type": "json", "data": "{}" } }, "docs": "Update the cross-tenant access policy template with user synchronization settings for a multitenant organization." }, { "info": { "name": "Microsoft Graph Delete navigation property multiTenantOrganizationIdentitySynchronization for policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationIdentitySynchronization", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property multiTenantOrganizationIdentitySynchronization for policies" }, { "info": { "name": "Microsoft Graph Get multiTenantOrganizationPartnerConfigurationTemplate", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Select properties to be returned" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand related entities" } ] }, "docs": "Get the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization." }, { "info": { "name": "Microsoft Graph Update multiTenantOrganizationPartnerConfigurationTemplate", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "body": { "type": "json", "data": "{}" } }, "docs": "Update the cross-tenant access policy template with inbound and outbound partner configuration settings for a multitenant organization." }, { "info": { "name": "Microsoft Graph Delete navigation property multiTenantOrganizationPartnerConfiguration for policies", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/templates/multiTenantOrganizationPartnerConfiguration", "headers": [ { "name": "If-Match", "value": "" } ] }, "docs": "Microsoft Graph Delete navigation property multiTenantOrganizationPartnerConfiguration for policies" } ] } ], "bundled": true }