socialGroup element

Type: socialGroup
Namespace: http://api.ifyouwannabecool.com/link
XML Schema: link.xsd

A social group.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <socialGroup xmlns="http://api.ifyouwannabecool.com/link"> <id xmlns="">...</id> <memberIds xmlns="">...</memberIds> <memberIds xmlns="">...</memberIds> <!--...more "memberIds" elements...--> <groupLeaderId xmlns="">...</groupLeaderId> <exclusive xmlns="">...</exclusive> </socialGroup>

Example JSON

{ "id" : "...", "memberIds" : [ "...", ... ], "groupLeaderId" : "...", "exclusive" : false }