You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/multi-tenant-organizations/cross-tenant-synchronization-configure-graph.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
84
84
85
85
1. In the target tenant, use the [Create crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta&preserve-view=true) API to create a new partner configuration in a cross-tenant access policy between the target tenant and the source tenant. Use the source tenant ID in the request.
86
86
87
-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
87
+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
88
88
89
89
**Request**
90
90
@@ -128,7 +128,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
128
128
129
129
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.
130
130
131
-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing policy. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
131
+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing policy. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
132
132
133
133
**Request**
134
134
@@ -184,7 +184,7 @@ These steps describe how to use Microsoft Graph Explorer (recommended), but you
184
184
185
185
1. In the source tenant, use the [Create crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicy-post-partners?view=graph-rest-beta&preserve-view=true) API to create a new partner configuration in a cross-tenant access policy between the source tenant and the target tenant. Use the target tenant ID in the request.
186
186
187
-
If you get an Request_MultipleObjectsWithSameKeyValue error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
187
+
If you get an `Request_MultipleObjectsWithSameKeyValue` error, you might already have an existing configuration. For more information, see [Symptom - Request_MultipleObjectsWithSameKeyValue error](#symptom---request_multipleobjectswithsamekeyvalue-error).
188
188
189
189
**Request**
190
190
@@ -781,9 +781,9 @@ You are likely trying to create a configuration or object that already exists, p
781
781
782
782
1. Verify your request syntax and that you are using the correct tenant ID.
783
783
784
-
1. Make a `GET` call to list the existing object.
784
+
1. Make a `GET` request to list the existing object.
785
785
786
-
1. If you have an existing object, instead of making a create call using `POST` or `PUT`, you might need to make an update call using `PATCH`, such as:
786
+
1. If you have an existing object, instead of making a create request using `POST` or `PUT`, you might need to make an update request using `PATCH`, such as:
0 commit comments