Graph API for on-prem and hybrid deployments continued.

Demetrios Barbalios 1 Reputation point
2021-01-28T19:31:24.747+00:00

I saw all the high-level articles that say graph calls to Office 365 can proxy back to on-prem in a hybrid scenario but are there any level 300 deep technical documents on how this is supposed to work? I can't seem to get this to function in my environment and I don't understand why.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,506 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Deva-MSFT 2,266 Reputation points Microsoft Employee
    2021-01-29T06:00:34.55+00:00

    Behind the scenes, when Microsoft Graph identifies that a REST API call is attempting to access an on-premises mailbox in a hybrid deployment, it proxies the REST request to an on-premises REST endpoint which then processes the request. This discovery makes accessing the REST API possible.

    Please note that this is in preview. Only v1.0 of the Mail, Calendar and Contacts API are available for mailboxes in hybrid deployments. Other v1.0 API sets, such as the Groups API, or APIs in other versions, are not. If you attempt to use an API that is not part of the supported set in a hybrid deployment you will get the error.

    For more information you can refer the following documentations:

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.