Hi everyone,
I'm new to this forum and I have a question regarding the .Net SDK. In my coding I have a user reference type and get the belonging user like
Dim myUser AsUser = User.GetUserByReference(myClient, myReference) This is working fine, but now I need to get more details of the user like full name, mail address etc. As far as I know this information is part of UserType class. How can I get this from User class or user reference? Thanks in advance for any advice. Best regards, Thomas