<?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 to determine which sites a user is  a member of? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281232#M234362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to use AlfresocJAVAScript API you can check out this.It seems like there is no direct API for this but you can certainly achieve your goal by combining some the mentioned over here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using java you can use APIs of SiteService&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/site/SiteService.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/site/SiteService.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 May 2013 07:40:34 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2013-05-22T07:40:34Z</dc:date>
    <item>
      <title>How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281231#M234361</link>
      <description>How can I determine which sites a user is a member of?My knowledge of Alfresco is, sadly, somewhat feeble. I am just trying to learn about the various APIs, etc. as well as how the underlying architecture works.Apologies if this is the wrong forum in which to ask this question. I could not determine</description>
      <pubDate>Tue, 21 May 2013 19:30:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281231#M234361</guid>
      <dc:creator>aarenson</dc:creator>
      <dc:date>2013-05-21T19:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281232#M234362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want to use AlfresocJAVAScript API you can check out this.It seems like there is no direct API for this but you can certainly achieve your goal by combining some the mentioned over here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/4.0_JavaScript_Services_API&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are using java you can use APIs of SiteService&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/site/SiteService.html" rel="nofollow noopener noreferrer"&gt;http://dev.alfresco.com/resource/docs/java/repository/org/alfresco/service/cmr/site/SiteService.html&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 07:40:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281232#M234362</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-22T07:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281233#M234363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't want to write a program if I don't have to. Call me lazy, perhaps, but surely someone else has already figured this out?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As an aside, I don't understand why the Administrative area in Share doesn't simply tell one what sites a user is a member of.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:21:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281233#M234363</guid>
      <dc:creator>aarenson</dc:creator>
      <dc:date>2013-05-22T15:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281234#M234364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There appears to be a Javascript Services API and a Javascript API. There are also other APIs, I think. Is there some place which describe what all these various APIs are and how they are or are not related to each other?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 15:24:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281234#M234364</guid>
      <dc:creator>aarenson</dc:creator>
      <dc:date>2013-05-22T15:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281235#M234365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think this should give you enough idea about what it is.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 18:24:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281235#M234365</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-05-22T18:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281236#M234366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can find this out by simply clicking on users' profile. There should be a tab of common information, but there is also a tab of all the sites the user belongs to.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 May 2013 21:23:02 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281236#M234366</guid>
      <dc:creator>zladuric</dc:creator>
      <dc:date>2013-05-25T21:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine which sites a user is  a member of?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281237#M234367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aha! Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems obvious in retrospect, but I don't actually use Alfresco much, I've just been given the task of administering it, so I was trying to find out information from the Administrative interface and it hadn't occurred to me that site membership of a particular user would be available to all users.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 May 2013 14:41:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-determine-which-sites-a-user-is-a-member-of/m-p/281237#M234367</guid>
      <dc:creator>aarenson</dc:creator>
      <dc:date>2013-05-29T14:41:26Z</dc:date>
    </item>
  </channel>
</rss>

