Microsoft 365 and Office | SharePoint | Development
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm developing a SharePoint Online migration tool.
Currently, I create Microsoft Entra Security Groups using Microsoft Graph:
await graphClient.Groups.PostAsync(group);
I would like to know whether the same operation can be performed using SharePoint CSOM (ClientContext) instead of Microsoft Graph.
Specifically:
Could someone from Microsoft confirm the supported approach and provide any official documentation?
The process of building custom applications and tools that interact with Microsoft SharePoint, including SharePoint Online in Microsoft 365.