SocialGroupServiceService

Namespace: http://api.ifyouwannabecool.com/
WSDL: api.wsdl
Path: /soap/SocialGroupServiceService

The linkage service is used to service the data for creating links between personas. This includes links and social groups.

The following methods are available on this endpoint:

readGroup

Read the specified social group.

Input Parameters

name description
groupId The id of the group.

Return Value

The social group.

createSocialGroup

Create a social group.

Input Parameters

name description
groupLeader The id of the group leader.
memberIds The ids of the members of the group.
exclusive Whether the group is exclusive.

Return Value

The group that was created.

addToSocialGroup

Adds a persona to a social group.

Input Parameters

name description
groupId The id of the group to add the persona to.
personaId The id of the persona to add to the group.

Return Value

Whether the persona was successfully added.

Faults

name description
ExclusiveGroupException If the group is exclusive.