Skip to content

Commit 1cd1d8a

Browse files
committed
Fixes for Graph API steps
1 parent b661593 commit 1cd1d8a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: active-directory
88
ms.workload: identity
99
ms.subservice: multi-tenant-organizations
1010
ms.topic: how-to
11-
ms.date: 01/31/2023
11+
ms.date: 02/01/2023
1212
ms.author: rolyon
1313
ms.custom: it-pro
1414

@@ -21,7 +21,7 @@ ms.custom: it-pro
2121
> Cross-tenant synchronization is currently in PREVIEW.
2222
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2323
24-
This article describes the keys steps to configure cross-tenant synchronization using Microsoft Graph API. When configured, Azure AD automatically provisions and de-provisions B2B users in your target tenant. For detailed steps using the Azure portal, see [Configure cross-tenant synchronization](cross-tenant-synchronization-configure.md).
24+
This article describes the key steps to configure cross-tenant synchronization using Microsoft Graph API. When configured, Azure AD automatically provisions and de-provisions B2B users in your target tenant. For detailed steps using the Azure portal, see [Configure cross-tenant synchronization](cross-tenant-synchronization-configure.md).
2525

2626
:::image type="content" source="./media/common/configure-diagram.png" alt-text="Diagram that shows cross-tenant synchronization between source tenant and target tenant." lightbox="./media/common/configure-diagram.png":::
2727

@@ -158,7 +158,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
158158
Content-Type: application/json
159159
160160
{
161-
"tenantId": "376a1f89-b02f-4a85-8252-2974d1984d14",
161+
"tenantId": "376a1f89-b02f-4a85-8252-2974d1984d14"
162162
}
163163
```
164164

0 commit comments

Comments
 (0)