profile_addGroup

Adds a group.

Syntax

public long profile_addGroup( String accessToken, Group group );

Description

The profile_addGroup operation adds a new group to Teaming.

Parameters and Return Value

accessToken

Either the security token passed to your application by Teaming 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 Teaming.

return_value

The identifier of the newly created group.

See Also