<?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 Create user with password in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313195#M196</link>
    <description>&lt;P&gt;I'm trying to sync user management between Nuxeo server and an application built with it.
I've read the model documentation at &lt;A href="https://doc.nuxeo.com/rest-api/1/user-entity-type/"&gt;https://doc.nuxeo.com/rest-api/1/user-entity-type/&lt;/A&gt;
and the endpoint documentation at &lt;A href="https://doc.nuxeo.com/rest-api/1/user-endpoint/#"&gt;https://doc.nuxeo.com/rest-api/1/user-endpoint/#&lt;/A&gt;
The property for the user name is 'username' but what's the property to set for his/her password? I can try an educated guess but couldn't figure out this information from the documentation.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Jul 2020 09:28:07 GMT</pubDate>
    <dc:creator>__2</dc:creator>
    <dc:date>2020-07-03T09:28:07Z</dc:date>
    <item>
      <title>Create user with password</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313195#M196</link>
      <description>&lt;P&gt;I'm trying to sync user management between Nuxeo server and an application built with it.
I've read the model documentation at &lt;A href="https://doc.nuxeo.com/rest-api/1/user-entity-type/"&gt;https://doc.nuxeo.com/rest-api/1/user-entity-type/&lt;/A&gt;
and the endpoint documentation at &lt;A href="https://doc.nuxeo.com/rest-api/1/user-endpoint/#"&gt;https://doc.nuxeo.com/rest-api/1/user-endpoint/#&lt;/A&gt;
The property for the user name is 'username' but what's the property to set for his/her password? I can try an educated guess but couldn't figure out this information from the documentation.&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 09:28:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313195#M196</guid>
      <dc:creator>__2</dc:creator>
      <dc:date>2020-07-03T09:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Create user with password</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313196#M197</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;This part of the documentation is missing, but it should be planned to be reviewed. In the meantime, you can use the automation endpoint &lt;A href="https://nuxeo.github.io/api-playground/#/commands/User.CreateOrUpdate"&gt;https://nuxeo.github.io/api-playground/#/commands/User.CreateOrUpdate&lt;/A&gt;: you'll find the password attribute.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jul 2020 21:02:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313196#M197</guid>
      <dc:creator>Gregory_Carlin</dc:creator>
      <dc:date>2020-07-03T21:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: Create user with password</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313197#M198</link>
      <description>&lt;P&gt;You just need to pass the "password" property inside "properties" object&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;{
	"entity-type": "user",
	"id": "",
	"properties": {
		"lastName": "Demo",
		"username": "demo",
		"email": "demo@localhost",
		"company": "",
		"firstName": "Demo",
		"password": "12345"
	}
}

&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 06 Jul 2020 13:59:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/create-user-with-password/m-p/313197#M198</guid>
      <dc:creator>Gabriel_A__de_S</dc:creator>
      <dc:date>2020-07-06T13:59:07Z</dc:date>
    </item>
  </channel>
</rss>

