Groupify already created sharepoint site #997
Unanswered
Dipali-arup
asked this question in
Q&A
Replies: 1 comment
-
hey @jansenbe , I wonder whether there is any workaround for above issue? Thanks, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using TeamSiteCollectionGroupifyInformation to Groupify existing site collection which has been created using TeamNoGroupSiteCollectionCreationInformation .
var groupifyprjsite = new TeamSiteCollectionGroupifyInformation
{
Alias = aliasName,
DisplayName = siterequestmessage.TeamOrSiteName,
IsPublic = false,
KeepOldHomePage = true,
Description = siterequestmessage.SiteDescription,
Owners = receivedSiteOwners,
SiteAlias = aliasName
};
tenant.GroupifySite(siterequestmessage.SiteUrl, groupifyprjsite);
Calling GroupifySite method throws exception as below:
{"An error occurred while processing this request."}
"System.Data.Services.Client.DataServiceRequestException"
Has anyone encountered this issue before? Any pointers to proceed ahead would be appreciated.
Thank you,
Beta Was this translation helpful? Give feedback.
All reactions