How to add an OrgContact #2438
-
Basically i was trying to create a simple app in C# to sync user contacts so that they can be seen in the Default Global Address List (GAL), and found myself using graph. When i use I am new to C# programming, so it could very well be my fault but everything else works (getting the full contact list works and i can connect to the Exchange Online Server). I have seen that i could create a new user with a mailbox, but it would defeat the purpose of having contacts, i just want them to be visible in the GAL. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Some more context if needed: the idea is to take all contacts from my personal Contacts folder (that i can see in Outlook for example) and make those contacts visible in the GAL of my organization. |
Beta Was this translation helpful? Give feedback.
-
Thanks for raising this @D8planet According to the rest Api documentation, the organizational contact is managed by the admin and an operation to create on via the APImay not be supported at the moment. |
Beta Was this translation helpful? Give feedback.
Thanks for raising this @D8planet
According to the rest Api documentation, the organizational contact is managed by the admin and an operation to create on via the APImay not be supported at the moment.
https://learn.microsoft.com/en-us/graph/api/resources/orgcontact?view=graph-rest-1.0