group.getMyGroups [HTTP GET]
Retrieve group information and metadata for all groups that the authenticated user is a member of. This method requires authentication.
Arguments
api_key (Required)
Your API application key. If you don't have one,
create one.
token (Required)
An authentication token. (
What's this?)
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<rsp stat="ok" version="1.0">
<group id="101" name="blasthaus fans" description="people in and around san
francisco who go to blasthaus events. http://www.blasthaus.com/"
event_moderation="1" member_moderation="1" is_private="0" timestamp="2005-09-02
02:15:11" owner_user_id="2078" commercial_account_id="0" topic_count="0"
member_count="15"
/>
</rsp>
Error Codes (sent in HTTP Response Header)
403 Not Authorized:
- Missing valid authentication parameters - Please pass an authentication token to the method.
- Invalid authentication parameters - either that token was not found, or it may be deactivated. Please contact us for support.
404 Not Found:
- Missing valid api_key - Please create an API key using the above link.
- Your api_key is inactive or not found - Please contact us for support.