REST Resource: otherContacts
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-06(UTC)
[null,null,["최종 업데이트: 2024-08-06(UTC)"],[[["\u003cp\u003eThis resource has no persistent data associated with it.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ecopyOtherContactToMyContactsGroup\u003c/code\u003e method copies an "Other contact" to a new contact in the user's "myContacts" group, requiring sequential mutate requests.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003elist\u003c/code\u003e method retrieves all "Other contacts" that are not in any contact group.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003esearch\u003c/code\u003e method returns a list of contacts within the authenticated user's other contacts that match the given search query.\u003c/p\u003e\n"]]],["This resource handles \"Other contacts,\" which are contacts not within any group, and has no persistent data. Key actions include copying an \"Other contact\" to the user's \"myContacts\" group, listing all \"Other contacts,\" and searching for specific \"Other contacts\" based on a query. To prevent issues, modify requests for the same user should be sent in sequence.\n"],null,["# REST Resource: otherContacts\n\n- [Resource](#RESOURCE_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource\n--------\n\nThere is no persistent data associated with this resource.\n\n| Methods ------- ||\n|--------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [copyOtherContactToMyContactsGroup](/people/api/rest/v1/otherContacts/copyOtherContactToMyContactsGroup) | Copies an \"Other contact\" to a new contact in the user's \"myContacts\" group Mutate requests for the same user should be sent sequentially to avoid increased latency and failures. |\n| ### [list](/people/api/rest/v1/otherContacts/list) | List all \"Other contacts\", that is contacts that are not in a contact group. |\n| ### [search](/people/api/rest/v1/otherContacts/search) | Provides a list of contacts in the authenticated user's other contacts that matches the search query. |"]]