Accepts a user identifier to get information about a user.
public User profile_getUser( String accessToken, long userId, boolean includeAttachments );
The profile_getUser operation accepts a user identifier and returns information about a Vibe user.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
The identifier of the user about whom you want information.
A Boolean value that specifies whether Vibe should return attachments to the user’s profile.
By default, the only attached files are the users’ pictures. However, the site administrator can customize the profile to include other files by using the designer tools in the UI.
A User Java object that contains information about the requested user.
Java objects in the Vibe sources (see Section 1.7.1, Working with Java Objects)