How to list all groups that have CUSTOMER type by Google groups API -


i list groups on google domain has specific "type" customer. knows way query fields returned list filtered?

{     "kind": "admin#directory#members",     "etag": "\"t3t4wfazo04vdxaxnqgkk1fzkz4/w4bu1obly0zcifmdix3ozdwgmsi\"",     "members": [         {               "kind": "admin#directory#member",              "etag": "\"t3t4wfazo04vdxaxnqgkk1fzkz4/q8pz1zbbaqxyeab7lqtcqizetbc\"",              "id": "c035o7jwg",              "role": "member",              "type": "customer"         }     ] } 

in older api version: feed_url = 'https://apps-apis.google.com/a/feeds/group/2.0/' + google_apps_domain + '/?member=*'


Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -