Getting Groups
GET /account/group Returns all user groups on your account. Example response: { "user_groups": [ Group ] }
 
                      
                          
                            Updated
                            
                          
          	  					  by Taylor Sloane
                      
          	        GET /account/group
Returns all user groups on your account.
Example response:
{
    "user_groups": [ Group ]
}
          			How did we do?
Deleting a Group
The Group Object