Skip to content

Commit 1f4c572

Browse files
committed
Update PATCH to PUT
1 parent 29155d2 commit 1f4c572

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 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/23/2023
11+
ms.date: 01/31/2023
1212
ms.author: rolyon
1313
ms.custom: it-pro
1414

@@ -62,7 +62,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
6262
Content-Type: application/json
6363
6464
{
65-
"tenantId": "3d0f5dec-5d3d-455c-8016-e2af1ae4d31a",
65+
"tenantId": "3d0f5dec-5d3d-455c-8016-e2af1ae4d31a"
6666
}
6767
```
6868
@@ -94,12 +94,12 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
9494
}
9595
```
9696
97-
1. Use the [Update crossTenantIdentitySyncPolicyPartner](/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta&preserve-view=true) API to enable user synchronization in the target tenant.
97+
1. Use the [Create identitySynchronization](/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta&preserve-view=true) API to enable user synchronization in the target tenant.
9898
9999
**Request**
100100
101101
```http
102-
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/3d0f5dec-5d3d-455c-8016-e2af1ae4d31a/identitySynchronization
102+
PUT https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/3d0f5dec-5d3d-455c-8016-e2af1ae4d31a/identitySynchronization
103103
Content-type: application/json
104104
105105
{

0 commit comments

Comments
 (0)