<div dir="ltr"><div>Hi All,<br><br></div>With the help of REST API (/admin/realms/{realm}/users) I'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'm using the following JSON to request body. Please let me know if I'm making some blunder mistake with respect to credentials part of the JSON.<br><div><div><br>{<br> "username": "cjbarker5",<br> "enabled": true,<br> "emailVerified": false,<br> "firstName": "CJ",<br> "lastName": "Barker",<br> "credentials": [<br> {<br> "type": "password",<br> "value": "newPas1*",<br> "temporary": false<br> }<br> ]<br>}<br clear="all"><br>-- <br><div class="gmail_signature">Thanks & Regards<br>Vivek Dhayalan<br></div>
</div></div></div>