@@ -8,7 +8,7 @@ ms.service: active-directory
8
8
ms.workload : identity
9
9
ms.subservice : multi-tenant-organizations
10
10
ms.topic : how-to
11
- ms.date : 03/08 /2023
11
+ ms.date : 04/15 /2023
12
12
ms.author : rolyon
13
13
ms.custom : it-pro
14
14
@@ -775,11 +775,11 @@ message: A conflicting object with one or more of the specified property values
775
775
776
776
**Cause**
777
777
778
- You are trying to create a configuration or object that already exists, possibly from a previous configuration.
778
+ You are likely trying to create a configuration or object that already exists, possibly from a previous configuration.
779
779
780
780
**Solution**
781
781
782
- 1. Verify that you are using the correct tenant ID.
782
+ 1. Verify your request syntax and that you are using the correct tenant ID.
783
783
784
784
1. Make a `GET` call to list the existing object.
785
785
@@ -788,6 +788,29 @@ You are trying to create a configuration or object that already exists, possibly
788
788
- [Update crossTenantAccessPolicyConfigurationPartner](/graph/api/crosstenantaccesspolicyconfigurationpartner-update?view=graph-rest-beta&preserve-view=true)
789
789
- [Update crossTenantIdentitySyncPolicyPartner](/graph/api/crosstenantidentitysyncpolicypartner-update?view=graph-rest-beta&preserve-view=true)
790
790
791
+ #### Symptom - Directory_ObjectNotFound error
792
+
793
+ When you try to make a Graph API call, you receive an error message similar to the following:
794
+
795
+ ```
796
+ code: Directory_ObjectNotFound
797
+ message: Unable to read the company information from the directory.
798
+ ```
799
+
800
+ **Cause**
801
+
802
+ You are likely trying to update an object that doesn't exist using `PATCH`.
803
+
804
+ **Solution**
805
+
806
+ 1. Verify your request syntax and that you are using the correct tenant ID.
807
+
808
+ 1. Make a `GET` call to verify the object doesn't exist.
809
+
810
+ 1. If object doesn't exist, instead of making an update call using `PATCH`, you might need to make a create call using `POST` or `PUT`, such as:
811
+
812
+ - [Create identitySynchronization](/graph/api/crosstenantaccesspolicyconfigurationpartner-put-identitysynchronization?view=graph-rest-beta&preserve-view=true)
813
+
791
814
## Next steps
792
815
793
816
- [Azure AD synchronization API overview](/graph/api/resources/synchronization-overview?view=graph-rest-beta&preserve-view=true)
0 commit comments