<?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: Create new user in Alfresco from Surf in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216461#M169591</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally I got to post a new JSON object with the data of a new person and Alfresco creted it, but I couldn't assign it a password and after create it I cannot remove it, because of an error…. I send a POST to /api/people…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reading about this problem, but I don't know if it has been fixed or what to do to make it properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2009 07:24:26 GMT</pubDate>
    <dc:creator>nitis</dc:creator>
    <dc:date>2009-05-25T07:24:26Z</dc:date>
    <item>
      <title>Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216455#M169585</link>
      <description>Hello,I would like to know how can I create a new user in Alfresco from a Surf developed application… Because I tried to use a javascript webscript with People API but it doesn't exist in Surf or I don't know how to do it…So If someone could tell me how register new users in Alfresco from a Surf por</description>
      <pubDate>Thu, 21 May 2009 21:28:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216455#M169585</guid>
      <dc:creator>nitis</dc:creator>
      <dc:date>2009-05-21T21:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216456#M169586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you will have to do is call the repository via one of the remote interfaces.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Probably your best bet is to use a web script and the latest version of Alfresco already has a script to create a person.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 22:35:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216456#M169586</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-05-21T22:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216457#M169587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I tried that, to use the people Javascript API, but when I try to use the object people to call the method &lt;/SPAN&gt;&lt;STRONG&gt;people.getPerson(userName)&lt;/STRONG&gt;&lt;SPAN&gt;, for example… I get an error telling me that people doesn't exist and I supose it is not available form Surf, only from Alfresco…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is my question because I cannot be so difficult…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:00:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216457#M169587</guid>
      <dc:creator>nitis</dc:creator>
      <dc:date>2009-05-21T23:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216458#M169588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Web Script.&amp;nbsp;&amp;nbsp; Not Java Script.&amp;nbsp;&amp;nbsp; You need to post JSON to the appropriate URL.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:04:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216458#M169588</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2009-05-21T23:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216459#M169589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I think I didn't understand your message before, sorry…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are saying to call remotely an Alfresco's webscript which will do the job… mmmm… I am gonna try and I tell ther result later&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 23:06:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216459#M169589</guid>
      <dc:creator>nitis</dc:creator>
      <dc:date>2009-05-21T23:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216460#M169590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi again!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you tell me what is the appropiate URL to post data???&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found /api/people, but I cannot post data and if you send a GET it returns a list of people…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone did it??? Help please&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 May 2009 12:09:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216460#M169590</guid>
      <dc:creator>nitis</dc:creator>
      <dc:date>2009-05-24T12:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create new user in Alfresco from Surf</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216461#M169591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi mrogers!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Finally I got to post a new JSON object with the data of a new person and Alfresco creted it, but I couldn't assign it a password and after create it I cannot remove it, because of an error…. I send a POST to /api/people…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was reading about this problem, but I don't know if it has been fixed or what to do to make it properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please help me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you very much.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2009 07:24:26 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/create-new-user-in-alfresco-from-surf/m-p/216461#M169591</guid>
      <dc:creator>nitis</dc:creator>
      <dc:date>2009-05-25T07:24:26Z</dc:date>
    </item>
  </channel>
</rss>

