Modifies a user.
public void profile_modifyUser( String accessToken, User user );
The profile_modifyUser operation modifies information associated with a user.
Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.
A User Java object containing modified information about a user.
None.
Java objects in the Vibe sources (see Working with Java Objects)