Hello together,
To log in into the Portal I have a Password and a ID-Name:
how can I get this ID-Name?
I only know this code, but there is no method to get the ID-Name:
IWDClientUser user = WDClientUser.getCurrentUser();
String i = user.getLastName();