Hi,
I am using personService.getPerson(userName) API to lookup a person. I do not want to create a user for a missing person. So everytime I call personService.getPerson(userName), I have to do personService.setCreateMissingPeople(false).
Is there some configuration file where I can set this property "create missing people" value to "false" so I need not call this API in code everytime.
Thanks
Tulika.