<?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 How to define and handle permission for members in a group using REST API ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316277#M3278</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to have a group of member and an admin .&lt;/P&gt;
&lt;P&gt;Members will have only the read rights, whereas admin will have all the rights even to manipulate the users.&lt;/P&gt;
&lt;P&gt;How should this be done using Rest API ? I could not find examples or any documentation on how to do it.&lt;/P&gt;
&lt;P&gt;Could someone please share on how to do it ?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jul 2017 12:07:17 GMT</pubDate>
    <dc:creator>Sherry_Ummen</dc:creator>
    <dc:date>2017-07-12T12:07:17Z</dc:date>
    <item>
      <title>How to define and handle permission for members in a group using REST API ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316277#M3278</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I want to have a group of member and an admin .&lt;/P&gt;
&lt;P&gt;Members will have only the read rights, whereas admin will have all the rights even to manipulate the users.&lt;/P&gt;
&lt;P&gt;How should this be done using Rest API ? I could not find examples or any documentation on how to do it.&lt;/P&gt;
&lt;P&gt;Could someone please share on how to do it ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:07:17 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316277#M3278</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-12T12:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to define and handle permission for members in a group using REST API ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316278#M3279</link>
      <description>&lt;P&gt;Hmm looks like I have to define permissions to the workspace or folder which I define. How to set permissions using REST API ? where is it mentioned in the documentation ... aarrggg&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2017 12:29:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316278#M3279</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-12T12:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to define and handle permission for members in a group using REST API ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316279#M3280</link>
      <description>&lt;P&gt;btw if someone is breaking their head as I did so do not worry when you have Sherry. Here is the solution to do it with the .Net client&lt;/P&gt;
&lt;P&gt;Entity doc = client.Operation("Document.AddPermission")
.SetInput("doc:/TestDomain/TestWorkspace")
.SetParameter("username", "crapgroup")
.SetParameter("permission", "Read")
.Execute()
.Result;&lt;/P&gt;
&lt;P&gt;To do it with Rest API you can follow the parameters here
&lt;A href="http://nuxeo.github.io/api-playground/#/commands/Document.AddPermission" target="test_blank"&gt;http://nuxeo.github.io/api-playground/#/commands/Document.AddPermission&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 10:05:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/how-to-define-and-handle-permission-for-members-in-a-group-using/m-p/316279#M3280</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-13T10:05:43Z</dc:date>
    </item>
  </channel>
</rss>

