profile_modifyUser

Modifies a user.

Syntax

public void profile_modifyUser( String accessToken, User user );

Description

The profile_modifyUser operation modifies information associated with a user.

Parameters and Return Value

accessToken

Either the security token passed to your application by Vibe as part of implementing a remote application, or the null value.

user

A User Java object containing modified information about a user.

return_value

None.

See Also