문제

Is there any way to create site/sub-site using Microsoft Graph API?

I know I can do this using CSOM but I am interested in using Microsoft graph for this particular case.

도움이 되었습니까?

해결책

According to Microsoft documentation,

There is Read-only support for site resources ( and no ability to create new sites) using Microsoft graph.

Source: Working with SharePoint sites in Microsoft Graph.


Additional:

I have read on GitHub (and tried also) that SharePoint Online site will be created automatically if you create a Office 365 group and assign the owners & members to the group.

Source: O365 Group Creation Does Not Immediately Create Site Collection.

Reference: Microsoft Graph - Create group.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 sharepoint.stackexchange
scroll top