The method |
This method retrieves a list of the groups that the user is a member of.
Name | Type | Required | Description |
---|---|---|---|
token | String | Yes | Authentication token for the user |
A list of Group objects.
[ { "id": "g:cfc76545-3400-4864-892a-513a9f4ae409", "name": "<group name 1>" }, { "id": "g:aee6f08e-05e4-4f49-8e41-6607973ad989", "name": "<group name 2>" } ] |