attributeTO.addValue("syncope261@syncope.apache.org");
userTO.addAttribute(attributeTO);
attributeTO = new AttributeTO();
attributeTO.setSchema("fullname");
attributeTO.addValue("syncope261");
userTO.addAttribute(attributeTO);
userTO.addResource("resource-testdb");
userTO = restTemplate.postForObject(BASE_URL + "user/create", userTO, UserTO.class);