<div dir="ltr">Hello, <div><br></div><div>As the title suggests, I'm using your REST API to try and assign a role to a user. I've managed to do this so far by POSTing to <a href="http://localhost:8080/midpoint/ws/rest/users/{oid}">http://localhost:8080/midpoint/ws/rest/users/{oid}</a> the follwoing payload:</div><div><br></div><div><div><apit:objectModification</div><div>        xmlns:apit='<a href="http://midpoint.evolveum.com/xml/ns/public/common/api-types-3">http://midpoint.evolveum.com/xml/ns/public/common/api-types-3</a>'</div><div>        xmlns:c='<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">http://midpoint.evolveum.com/xml/ns/public/common/common-3</a>'</div><div>        xmlns='<a href="http://midpoint.evolveum.com/xml/ns/public/common/common-3">http://midpoint.evolveum.com/xml/ns/public/common/common-3</a>'</div><div>        xmlns:t="<a href="http://prism.evolveum.com/xml/ns/public/types-3">http://prism.evolveum.com/xml/ns/public/types-3</a>"></div><div>  <apit:itemDelta></div><div>    <t:modificationType>add</t:modificationType></div><div>    <t:path>assignment</t:path></div><div>    <t:value><targetRef oid="ROLE_OID" type="RoleType"/></t:value></div><div>  </apit:itemDelta></div><div></apit:objectModification></div></div><div><br></div><div>I was wondering if there was a more elegant solution to do this or if this is even the correct way of doing so. </div><div><br></div><div>Thanks, </div><div>-F</div><div><br></div><div>ps. You guys are awesome at your response time! Congrats on your latest release and thank you for all your help on this mailing list.</div></div>