socialGroup
| Namespace: | http://api.ifyouwannabecool.com/link |
| XML Schema: | link.xsd |
A social group.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| id (string) | 0/1 | The id of the social group. |
| memberIds (string) | 0/unbounded | The ids of the members in the social group. |
| groupLeaderId (string) | 0/1 | The id of the group leader. |
| exclusive (boolean) | 1/1 | Whether the group is exclusive. |
JSON
| property | type | description |
|---|---|---|
| id | id (string) | The id of the social group. |
| memberIds | array of memberIds (string) | The ids of the members in the social group. |
| groupLeaderId | groupLeaderId (string) | The id of the group leader. |
| exclusive | exclusive (boolean) | Whether the group is exclusive. |