List Current User's Groups
GET {{baseUrl}}/.api/api.svc/account/groups
Returns a list of groups from the current community that the currently logged in user is a member of.
HEADERS
| Key | Datatype | Required | Description |
| Accept
| string | | The type of response data to request. By default this endpoint will respond with XML.
The options are:
- application/json
- application/xml |
RESPONSES
status: OK
"\u003cIglooApiResponse xmlns=\"http://schemas.iglooplatform.com/Igloo.Old.Common\" xmlns:i=\"http://www.w3.org/2001/XMLSchema-instance\"\u003e\n \u003cminRequestPeriod\u003e0\u003c/minRequestPeriod\u003e\n \u003crequestSupportCode\u003e637744883035038150\u003c/requestSupportCode\u003e\n \u003cdictionary i:nil=\"true\" xmlns:a=\"http://schemas.microsoft.com/2003/10/Serialization/Arrays\"/\u003e\n \u003cresponse i:type=\"IglooList\"\u003e\n \u003cstartIndex\u003e0\u003c/startIndex\u003e\n \u003ccount\u003e4\u003c/count\u003e\n \u003ctotalCount\u003e4\u003c/totalCount\u003e\n \u003citems\u003e\n \u003cobject i:type=\"userGroup\"\u003e\n \u003cid\u003e{{$randomUUID}}\u003c/id\u003e\n \u003chref/\u003e\n \u003cnavType\u003eNone\u003c/navType\u003e\n \u003ctype\u003eAdmin\u003c/type\u003e\n \u003ccommunityId\u003e{{$randomUUID}}\u003c/communityId\u003e\n \u003cname\u003eAdministrators\u003c/name\u003e\n \u003cspaceId/\u003e\n \u003cnumMembers\u003e2\u003c/numMembers\u003e\n \u003cldapSynced\u003efalse\u003c/ldapSynced\u003e\n \u003cspaceTitle/\u003e\n \u003c/object\u003e\n \u003cobject i:type=\"userGroup\"\u003e\n \u003cid\u003e{{$randomUUID}}\u003c/id\u003e\n \u003chref/\u003e\n \u003cnavType\u003eNone\u003c/navType\u003e\n \u003ctype\u003eMember\u003c/type\u003e\n \u003ccommunityId\u003e{{$randomUUID}}\u003c/communityId\u003e\n \u003cname\u003eMembers\u003c/name\u003e\n \u003cspaceId/\u003e\n \u003cnumMembers\u003e8\u003c/numMembers\u003e\n \u003cldapSynced\u003efalse\u003c/ldapSynced\u003e\n \u003cspaceTitle/\u003e\n \u003c/object\u003e\n \u003cobject i:type=\"userGroup\"\u003e\n \u003cid\u003e{{$randomUUID}}\u003c/id\u003e\n \u003chref/\u003e\n \u003cnavType\u003eNone\u003c/navType\u003e\n \u003ctype\u003eSpaceGroupAdmin\u003c/type\u003e\n \u003ccommunityId\u003e{{$randomUUID}}\u003c/communityId\u003e\n \u003cname\u003eSpace Admins\u003c/name\u003e\n \u003cspaceId\u003e{{$randomUUID}}\u003c/spaceId\u003e\n \u003cnumMembers\u003e1\u003c/numMembers\u003e\n \u003cldapSynced\u003efalse\u003c/ldapSynced\u003e\n \u003cspaceTitle\u003eThree Columns\u003c/spaceTitle\u003e\n \u003c/object\u003e\n \u003cobject i:type=\"userGroup\"\u003e\n \u003cid\u003e{{$randomUUID}}\u003c/id\u003e\n \u003chref/\u003e\n \u003cnavType\u003eNone\u003c/navType\u003e\n \u003ctype\u003eSpaceGroup\u003c/type\u003e\n \u003ccommunityId\u003e{{$randomUUID}}\u003c/communityId\u003e\n \u003cname\u003eSpace Members\u003c/name\u003e\n \u003cspaceId\u003e{{$randomUUID}}\u003c/spaceId\u003e\n \u003cnumMembers\u003e1\u003c/numMembers\u003e\n \u003cldapSynced\u003efalse\u003c/ldapSynced\u003e\n \u003cspaceTitle\u003eFinance\u003c/spaceTitle\u003e\n \u003c/object\u003e\n \u003c/items\u003e\n \u003c/response\u003e\n\u003c/IglooApiResponse\u003e"