<?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: How do I Get Person Object in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306434#M259564</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For question 1&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ince you are using version 4.2.c and C# cmis:item is not supported ,the only approach you can use is webscript api, for example &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/service/api/people/{userName}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;For question 2 : I guess there is no direct way in C# ,you need to customize your own webscript api to expose user home folder,then call your webscript api in your C# code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 14:34:59 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2014-10-10T14:34:59Z</dc:date>
    <item>
      <title>How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306433#M259563</link>
      <description>Hello!I'm using DotCmis with C# to implement an alfresco desktop app. I have two questions:1)&amp;nbsp; There is any way that I can get an CMis Person Object (Just like CMisFolder and CMis Document)? I know that it is possible in javascript, but I didn't found using dotcmis… 2) Can I get the user space folde</description>
      <pubDate>Thu, 09 Oct 2014 18:15:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306433#M259563</guid>
      <dc:creator>dhiogocorrea</dc:creator>
      <dc:date>2014-10-09T18:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306434#M259564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;For question 1&lt;img id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://connect.hyland.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;ince you are using version 4.2.c and C# cmis:item is not supported ,the only approach you can use is webscript api, for example &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;GET /alfresco/service/api/people/{userName}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;For question 2 : I guess there is no direct way in C# ,you need to customize your own webscript api to expose user home folder,then call your webscript api in your C# code.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:34:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306434#M259564</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-10-10T14:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306435#M259565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply kaynezhang &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try it soon inside my application. For now, I'm testing it in browser, it doesnt have support for tenant person, right? Its only for system persons?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:55:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306435#M259565</guid>
      <dc:creator>dhiogocorrea</dc:creator>
      <dc:date>2014-10-10T14:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306436#M259566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No， it supports tenant person,you should login as tenant administrator to call &lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt; GET /alfresco/service/api/people/{userName}&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Oct 2014 02:09:40 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306436#M259566</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-10-11T02:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306437#M259567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI kaynezhang&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to provide access (CMIS:READ/CMIS:WRITE) to specific user using dotCMIS?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 10:20:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306437#M259567</guid>
      <dc:creator>jayesh_prajapat</dc:creator>
      <dc:date>2016-07-05T10:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I Get Person Object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306438#M259568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you checked applyACL()?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jul 2016 15:54:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-do-i-get-person-object/m-p/306438#M259568</guid>
      <dc:creator>romschn</dc:creator>
      <dc:date>2016-07-05T15:54:34Z</dc:date>
    </item>
  </channel>
</rss>

