Hi,<br><br>  I have a user template that generates, among other things, the name and fullName attribute values based<br>  on givenName and familyName. When creating a user through the UI and supplying only those 2 values,<br>  the user is successfully created with name and familyName.<br><br>  If I do the same using REST and XML, this fails with:<br>2015-07-31 17:12:01,022 [] [http-bio-127.0.0.1-8080-exec-30] WARN (org.apache.cxf.phase.PhaseInterceptorChain): Application {http://impl.model.midpoint.evolveum.com/}ModelRestService has thrown exception, unwinding now<br>org.apache.cxf.interceptor.Fault: Object name must not be null or empty.<br><br>#------------------<br><user xmlns='http://midpoint.evolveum.com/xml/ns/public/common/common-3'><br>        <givenName>Donald</givenName><br>        <familyName>Duck</familyName><br></user><br>#------------------<br><br>  In this case, it seems the user template was not used. If I do add a name field, the fullName is generated<br>  as expected. Would this be a bug on enhancement request? Btw, 3.1.1 ... maybe this was already fixed in<br>  new development?<br><br>Regards,<br>  Anton<br><br><br>