profile_addUser

Adds a user profile.

Syntax

public long profile_addUser( String accessToken, User user );

Description

The profile_addUser operation adds a profile for a new Vibe user.

After you add a user profile, you can add a user workspace for the new user by using the profile_addUserWorkspace operation.

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 the information needed to create a new user.

return_value

The identifier of the newly created user.

See Also