<html><body>Hi Pavol,<div><br></div><div>thank you for reply. I found this code posted by Ivan in 2016.</div><div><br></div><div>http://lists.evolveum.com/pipermail/midpoint/2016-May/001884.html<br></div><div><br></div><div>I used user template and change orgType to RoleType. It worked for me. Imported users</div><div>had assigned correct roles in midpoint. Thats the reason why I used RoleType.</div><div><br></div><div>The problem I have is in case that role (AD group) is not imported to midpoint. That it fails.</div><div>We have a lot of AD groups managed by applications and those shoudl not be in midpoint.</div><div><br></div><div>so that was the reason why i add condition</div><div><br></div><div><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:12.8px"> if (org != null)</span></div><div><span style="background-color:transparent"><br></span></div><div>With that condition i tryed to solve situation when role is not found in Midpoint.</div><div><br></div><div>Jan</div><div><br></div><div><br></div><div><br></div></body></html>