<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Restore site system groups in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128878#M34931</link>
    <description>&lt;P&gt;Angel thanks, but I can't.&lt;/P&gt;&lt;P&gt;First of all there is the comment about APP.DEFAULT zone will be created:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zone1.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1712i8AA64E4838FCADF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Second, I tryed to specify the zone in groupBodyCreate&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;  "id": "test",&lt;BR /&gt;  "displayName": "test",&lt;BR /&gt;  "parentIds": [&lt;BR /&gt;    "GROUP_site_swsdp"&lt;BR /&gt;  ],&lt;BR /&gt;  "zones": [&lt;BR /&gt;    &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"APP.SHARE"&lt;/FONT&gt;&lt;/STRONG&gt;,&lt;BR /&gt;    "AUTH.ALF"&lt;BR /&gt;  ]&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;and it is did not work. The group was created in APP.DEFAULT zone. Here is the respond:&lt;/P&gt;&lt;PRE&gt;{
  "entry": {
    "isRoot": false,
    "displayName": "test",
    "id": "GROUP_test",
    "zones": [
      &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"APP.DEFAULT"&lt;/STRONG&gt;&lt;/FONT&gt;,
      "AUTH.ALF"
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;The 'include' field did not describe creation, and just format the response. I checked it too. Then I try to add some thing more then just "zones" it gave me an error.&lt;/P&gt;&lt;P&gt;Am I do something wrong?&lt;/P&gt;</description>
    <pubDate>Tue, 19 Sep 2023 09:09:49 GMT</pubDate>
    <dc:creator>fedorow</dc:creator>
    <dc:date>2023-09-19T09:09:49Z</dc:date>
    <item>
      <title>Restore site system groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128876#M34929</link>
      <description>&lt;P&gt;Hi! There is site without system groups. For example, the test site in default model have next groups:&lt;/P&gt;&lt;PRE&gt;GROUP_site_swsdp
GROUP_site_swsdp_SiteManager
GROUP_site_swsdp_SiteCollaborator
GROUP_site_swsdp_SiteContributor
GROUP_site_swsdp_SiteConsumer&lt;/PRE&gt;&lt;P&gt;and their deleted. I can create it from Share UI or REST API but new groups &lt;SPAN&gt;created in the &lt;STRONG&gt;APP.DEFAULT&lt;/STRONG&gt; and &lt;STRONG&gt;AUTH.ALF&lt;/STRONG&gt; zones. It means they are in the group browser in default list. I want to move it in the system &lt;STRONG&gt;ALF. SHARE&lt;/STRONG&gt; zone.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How to change the parent relation cm:inZone from ALF.DEFAULT to ALF.SHARE? Or how to recreate deleted Groups in ALF.SHARE zone?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 17 Sep 2023 20:58:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128876#M34929</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-09-17T20:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Restore site system groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128877#M34930</link>
      <description>&lt;P&gt;You can specify a ZONE using the REST API, right?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://api-explorer.alfresco.com/api-explorer/#/groups/createGroup" target="_blank" rel="nofollow noopener noreferrer"&gt;https://api-explorer.alfresco.com/api-explorer/#/groups/createGroup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 14:34:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128877#M34930</guid>
      <dc:creator>angelborroy</dc:creator>
      <dc:date>2023-09-18T14:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restore site system groups</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128878#M34931</link>
      <description>&lt;P&gt;Angel thanks, but I can't.&lt;/P&gt;&lt;P&gt;First of all there is the comment about APP.DEFAULT zone will be created:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="zone1.png" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1712i8AA64E4838FCADF6/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Second, I tryed to specify the zone in groupBodyCreate&lt;/P&gt;&lt;PRE&gt;{&lt;BR /&gt;  "id": "test",&lt;BR /&gt;  "displayName": "test",&lt;BR /&gt;  "parentIds": [&lt;BR /&gt;    "GROUP_site_swsdp"&lt;BR /&gt;  ],&lt;BR /&gt;  "zones": [&lt;BR /&gt;    &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"APP.SHARE"&lt;/FONT&gt;&lt;/STRONG&gt;,&lt;BR /&gt;    "AUTH.ALF"&lt;BR /&gt;  ]&lt;BR /&gt;}&lt;/PRE&gt;&lt;P&gt;and it is did not work. The group was created in APP.DEFAULT zone. Here is the respond:&lt;/P&gt;&lt;PRE&gt;{
  "entry": {
    "isRoot": false,
    "displayName": "test",
    "id": "GROUP_test",
    "zones": [
      &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;"APP.DEFAULT"&lt;/STRONG&gt;&lt;/FONT&gt;,
      "AUTH.ALF"
    ]
  }
}&lt;/PRE&gt;&lt;P&gt;The 'include' field did not describe creation, and just format the response. I checked it too. Then I try to add some thing more then just "zones" it gave me an error.&lt;/P&gt;&lt;P&gt;Am I do something wrong?&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2023 09:09:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/restore-site-system-groups/m-p/128878#M34931</guid>
      <dc:creator>fedorow</dc:creator>
      <dc:date>2023-09-19T09:09:49Z</dc:date>
    </item>
  </channel>
</rss>

