Create Office 365 group for existing Team site

Copper Contributor

I'm having issues calling Tenant.CreateGroupForSite using Azure AD App Only client context. 

 

I'm receiving the following exception.

{"odata.error":{"code":"Authorization_RequestDenied","message":{"lang":"en","value":"Insufficient privileges to complete the operation."},"requestId":"c9e74c5a-c5bf-4f2f-ae4e-5d2c29b619d6","date":"2018-07-03T11:50:08"}}


image.png

 

 I've given consent to delegated permission Group.ReadWrite.All.image.png

 What am I missing? Isn't it supported to use an App Only context. It works fine in a user context.

7 Replies

do you have the Active directory read and write permissions in the app only context? as you need them as well.

I've added Application permission Read and write directory data (Directory.ReadWrite.All), but it doesn't make a difference.

 

Group.ReadWrite.All is added as Delegated permission as it doesn't exist as Application permission. Does this mean that it isn't possible to use an AppOnly context (no user context).

image.png

 

 

 

Thanks @Deleted

 

Appreciate it, however I don't see that there's an API for this in the Graph. Sure you can create a Group, but I need to "groupify" an existing SharePoint site collection.

The SharePoint API is

 

{siteUrl}/_api/GroupSiteManager/CreateGroupForSite

But again, it cannot be called using AppOnly context. 

 

I guess the conclusion is that it is not possible yet. 

Hi Michael,

 

True it is not possibble yet but with the solution of John you could create a account which only can do what you want.

 

Kind regards,

 

 

Paul

It is a multi tenant solution running against hundreds of customers, so can't use username/password.

@Michael Schau Did you find any solution meanwhile? I have same requirement i.e. I want to use CreateGroupForSite method with App Only Context.