Adds a group.
public long profile_addGroup( String accessToken, Group group );
The profile_addGroup operation adds a new group to Teaming.
Either the security token passed to your application by Teaming as part of implementing a remote application, or the null value.
A Group Java object containing information needed to create the new group in Teaming.
The identifier of the newly created group.
Java objects in the Teaming sources (see Section 1.7.1, Working with Java Objects)