profile_getGroup

Accepts a group identifier to obtain the title and the description of the group.

Syntax

public Group profile_getGroup( String accessToken, long groupId, boolean includeAttachments );

Description

The profile_getGroup operation obtains the title and the description of the group.

If you want to get information about the members of a group, use the profile_getGroupMembers operation.

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.

groupId

The identifier of the group about which you want information.

includeAttachments

A Boolean value that indicates whether you want files that are attached to the group.

By default, you cannot attach files to a group. However, a site administrator can use the designers in the UI to customize a group to be able to include files.

return_value

A Group Java object containing information about all of the group members.

See Also