Was this helpful?
Get User Data
If we need access to the current User object, we need to enumerate the list of all users associated with this session. The sole user returned will be the current user.
List users = port.listUsers(0, Integer.MAX_VALUE, sessionId);
User user = users.get(0);
Last modified date: 12/17/2021