Method: otherContacts.copyOtherContactToMyContactsGroup
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-21。"],[[["\u003cp\u003eCopies an "Other contact" to the user's "myContacts" group, allowing you to easily manage and organize your contacts.\u003c/p\u003e\n"],["\u003cp\u003eThe API request requires specifying the resource name of the "Other contact" and allows for optional control over fields to be copied and returned using field masks.\u003c/p\u003e\n"],["\u003cp\u003eYou can specify which data sources to consider for the copy operation, and the response includes the newly created "myContacts" person object.\u003c/p\u003e\n"],["\u003cp\u003eRequires authorization with specific OAuth scopes related to contact management.\u003c/p\u003e\n"],["\u003cp\u003eFor optimal performance, ensure sequential requests for the same user to avoid latency or failures.\u003c/p\u003e\n"]]],["This describes copying an \"Other contact\" to a user's \"myContacts\" group using a `POST` request to `https://people.googleapis.com/v1/{resourceName=otherContacts/*}:copyOtherContactToMyContactsGroup`. The `resourceName` path parameter specifies the \"Other contact\" to copy. The request body requires a `copyMask` to specify fields to copy, and optionally `readMask` and `sources`. Successful requests return a `Person` instance. Mutate requests for the same user should be sequential. Authorization requires specific OAuth scopes.\n"],null,[]]