我想列出我的 Google 域中具有特定“类型”的所有组是客户。有人知道按字段查询的方法,以便过滤返回的列表吗?
{
"kind": "admin#directory#members",
"etag": "\"t3T4wFaZo04vdXaxNQGkK1fzKz4/w4BU1oBly0ZCiFmdIX3OZdWgmsI\"",
"members": [
{
"kind": "admin#directory#member",
"etag": "\"t3T4wFaZo04vdXaxNQGkK1fzKz4/q8PZ1ZbbaQxYeAB7lQTCQIZeTbc\"",
"id": "C035o7jwg",
"role": "MEMBER",
"type": "CUSTOMER"
}
]
}
在旧 api 版本中:feed_url = ' https://apps-apis.google.com/a/feeds/group/2.0/ ' + google_apps_domain + '/?member=*'