profile_addUserWorkspace

Adds a user workspace for an existing user.

Syntax

public long profile_addUserWorkspace( String accessToken, long userId );

Description

The profile_addUserWorkspace operation adds a user workspace for an existing user.

To create a new user before using this operation, use the profile_addUser operation, which creates a profile for a new 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.

userId

The identifier of the user for whom you want to create a user workspace.

return_value

The binder identifier of the newly created user workspace.

See Also