-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
URL endpoint to access on-premise mailbox #278
Comments
Apparently the MS Graph API proxies requests to on-prem /api so you don't need to do anything in a hybrid environment: https://lecafedeva.wordpress.com/2019/03/15/deep-dive-how-to-configure-exchange-on-premise-server-hybrid-integration-with-office-365-test-rest-api-calls/ For purely on-prem I guess try /api and see what's in there |
To be specific, it proxies for Exchange based APIs, not any of the other service APIs. |
When I try |
What's the endpoint to access MS Graph on an on-premise MS Exchange installation? So far I have only come across the O365 URL https://graph.microsoft.com/v1.0/me/
EWS is outdated SOAP, but of course I do not want to rely on O365 just because I'd like to use a REST API instead of SOAP :)
The text was updated successfully, but these errors were encountered: