Forum Discussion
Kiril
Mar 25, 2021Steel Contributor
Add contacts to all mailbox folder in Exchange Online
I want to add a contact to all contact mailbox folders on our Exchange. How should I proceed? Use case is: we have a few emergency contacts in our organization and we want that every employee has...
- Mar 26, 2021Use the corresponding Graph endpoint: https://docs.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0&tabs=http
Or use something pre-built: https://github.com/gscales/Exch-Rest
Kiril
Mar 26, 2021Steel Contributor
Thank you! How could I do it using the Graph API?
VasilMichev
Mar 26, 2021MVP
Use the corresponding Graph endpoint: https://docs.microsoft.com/en-us/graph/api/user-post-contacts?view=graph-rest-1.0&tabs=http
Or use something pre-built: https://github.com/gscales/Exch-Rest
Or use something pre-built: https://github.com/gscales/Exch-Rest