<div dir="ltr">Hi, I'm a bit new to midpoint and I need help. I need to write a connector to rest api. I've searched a bit and I'm using the connector-rest-example example. <a href="https://github.com/Evolveum/connector-rest-example">https://github.com/Evolveum/connector-rest-example</a> I think I need to use this. But I have 2 api. one for updating the user and the other for user search. I will not create a user in the API's application. I will only match the users that are there with the one in the midpoint and make changes to the information of those users. <br><br>API addresses are as follows <br><a href="http://example.com/api/rest/UsersSearch">http://example.com/api/rest/UsersSearch</a><br><a href="http://example.com/api/rest/UsersSync">http://example.com/api/rest/UsersSync</a><br><br>Although I use the searchOp method, when I look at the resource section in the resource, I see a null pointer exception error. can anyone help me how to do it?<div><br></div><div><div><br></div><div>Thanks,<br><br><br></div></div></div>