Users represent an individual's account on Box.
To get the current user, call the static [getCurrentUser(BoxAPIConnection)
]
get-current-user method. Then use getInfo()
to get information
about the user.
BoxUser user = BoxUser.getCurrentUser(api);
BoxUser.Info info = user.getInfo();