SocialGroupServiceImpl

The following resources are part of this group:

/group

Mount Point: /rest/group

POST

Create a social group.

Parameters

name description type default
leader The id of the group leader. query
member The ids of the members of the group. query
exclusive Whether the group is exclusive. query

Response Body

element: socialGroup

The group that was created.

/group/{groupId}

Mount Point: /rest/group/{groupId}

GET

Read the specified social group.

Parameters

name description type default
groupId The id of the group. path

Response Body

element: socialGroup

The social group.

POST

Adds a persona to a social group.

Parameters

name description type default
groupId The id of the group to add the persona to. path
member The id of the persona to add to the group. query

Response Body

element: (custom)

Whether the persona was successfully added.