How to add a resource to O365 through Graph API or a similar solution?

Edward Campbell 1 Reputation point
2022-02-02T07:34:16.35+00:00

I need to sync resources from a third party into a O365 space / Azure AD. Is there any API available that will enable me to do this programmatically?

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

1 answer

Sort by: Most helpful
  1. Brian T. Jackett 1 Reputation point Microsoft Employee
    2022-02-24T16:52:39.77+00:00

    Microsoft Graph connectors allow you to ingest 3rd party data into Microsoft Graph which can then be surfaced in native M365 experiences as well as programmatically through Microsoft Search APIs. Please see below for Microsoft Graph connectors developer docs on creating your own custom connector. Note that the tenant will need to have sufficient item index quota via licensing.

    Graph connectors dev docs
    https://aka.ms/graphconnectorsapi

    Graph connectors overview / admin docs
    https://aka.ms/graphconnectors

    Graph connectors licensing information
    https://learn.microsoft.com/en-us/MicrosoftSearch/licensing

    0 comments No comments