<div dir="ltr"><div>Hi All,<br><br></div>With the help of REST API (/admin/realms/{realm}/users) I&#39;m trying to create user in a realm. The API creates user in that realm but, credentials w.r.t the user is not stored properly. I&#39;m using the following JSON to request body. Please let me know if I&#39;m making some blunder mistake with respect to credentials part of the JSON.<br><div><div><br>{<br>    &quot;username&quot;: &quot;cjbarker5&quot;,<br>    &quot;enabled&quot;: true,<br>    &quot;emailVerified&quot;: false,<br>    &quot;firstName&quot;: &quot;CJ&quot;,<br>    &quot;lastName&quot;: &quot;Barker&quot;,<br>    &quot;credentials&quot;: [<br>        {<br>            &quot;type&quot;: &quot;password&quot;,<br>            &quot;value&quot;: &quot;newPas1*&quot;,<br>            &quot;temporary&quot;: false<br>        }<br>    ]<br>}<br clear="all"><br>-- <br><div class="gmail_signature">Thanks &amp; Regards<br>Vivek Dhayalan<br></div>
</div></div></div>