ModifyContactGroupMembers
Modify the members of a contact group owned by the authenticated user.
ストアドプロシージャ固有の情報
連絡先グループメンバーを変更するプロセス
GoogleContacts は、EXEC クエリでは、大きいカラムサブセットを扱うことを許可していません。これらのカラムは、通常= 比較でのみ使用できます。ModifyContactGroupMembers で利用可能なカラムはId、ResourceIdsToAdd、およびResourceIdsToRemove です。
Note:メンバーを追加できるシステム連絡先グループは、contactGroups/myContacts とcontactGroups/starred のみです。その他のシステム連絡先グループは非推奨で、連絡先の削除のみ可能です。
次に例を示します。
EXECUTE ModifyContactGroupMembers Id = 'starred', ResourceIdsToAdd = 'c8493601355484697130, c8493601355484697130', ResourceIdsToRemove = ''
Input
Name | Type | Required | Description |
Id | String | True | The Id of the contact group to modify. |
ResourceIdsToAdd | String | False | A comma separated list of ids of the contact people to add. |
ResourceIdsToRemove | String | False | A comma separated list of ids of the contact people to remove. |
Result Set Columns
Name | Type | Description |
Success | String | Returns True if contact group has been modified. |