
Hi @Mark Kordelski ,
According to my research and testing, we cannot create a SharePoint site using Graph API. The SharePoint API in Microsoft Graph supports the following core scenarios:
- Access to SharePoint sites, lists, and drives (document libraries)
- Read-only support for site resources (no ability to create new sites)
- Read-write support for lists, listItems, and driveItems
- Address resources by SharePoint ID, URL, or relative path
You can refer to this MS Graph documentation : Working with SharePoint sites in Microsoft Graph
Additionally, you can create a SharePoint site using REST API : https://learn.microsoft.com/en-us/sharepoint/dev/apis/site-creation-rest#create-a-modern-site
Similar issue for reference : https://learn.microsoft.com/en-us/answers/questions/72320/create-sharepoint-sitesubsite-using-microsoft-grap.html
Thanks for your understanding and support.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.