OIM 11g: Retrieve custom attribute with API
Hi,
I've created some custom attributes in OIM, and I can see them when I create/edit user in OIM.
But I would like to get to them through the API.
I have tried searching for them with the Usermanager.search function but it returns only the default attributes/not the custom.
I have also tried with the User object - -> user.getAttribute("attributename") function, and the user.getAttributeNames() fucntion but without succes... :(
Can anybody help me ?
Thx in advance!