profile_addGroup

Adds a group.

Syntax

public long profile_addGroup( String accessToken, Group group );

Description

The profile_addGroup operation adds a new group to Vibe.

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.

group

A Group Java object containing information needed to create the new group in Vibe.

return_value

The identifier of the newly created group.

See Also