Domain Shared Contacts API를 사용하면 애플리케이션에서 Google Workspace 도메인의 모든 사용자와 공유된 외부 연락처를 가져오고 업데이트할 수 있습니다. 공유 연락처는 Google Workspace 도메인의 모든 사용자에게 표시되며 모든 Google 서비스에서 연락처 목록에 액세스할 수 있습니다.
애플리케이션은 Domain Shared Contacts API를 사용하여 공유 연락처를 만들고, 기존 공유 연락처를 수정하거나 삭제하고, 특정 기준과 일치하는 공유 연락처를 쿼리할 수 있습니다.
Domain Shared Contacts API는 Google Workspace 계정에서만 사용할 수 있습니다.
API를 사용하려면 관리 콘솔에서 Domain Shared Contacts API를 사용 설정하세요.
공유 주소록 변경사항이 이메일 주소 자동 완성 및 연락처 관리자에 반영되기까지 최대 24시간이 걸릴 수 있습니다.
이 문서에서는 Domain Shared Contacts API의 기능에 관한 배경 정보를 제공할 뿐만 아니라 XML 및 HTTP를 사용하여 연락처를 관리하는 방법에 관한 예시를 제공합니다. 이 문서를 읽은 후 클라이언트 라이브러리를 사용하여 API와 상호작용하는 방법을 자세히 알아보세요.
잠재고객
이 문서는 HTTP 및 XML을 사용하여 Google의 연락처 목록을 조작할 수 있는 클라이언트 애플리케이션을 작성하려는 개발자를 대상으로 합니다.
이 문서에서는 개발자가 Google Data API 프로토콜의 기본사항을 이해하고 있다고 가정합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2024-11-22(UTC)"],[[["The Domain Shared Contacts API allows applications to manage external contacts shared across a Google Workspace domain."],["This API should not be used for internal contacts; the Directory API is the appropriate tool for managing those."],["Developers can use the API to create, update, delete, and query shared contacts using XML and HTTP."],["The Domain Shared Contacts API is exclusive to Google Workspace accounts and requires enabling in the Admin console."],["Version 3.0 should be specified in API requests, preferably via the `GData-Version` HTTP header."]]],["The Domain Shared Contacts API manages external contacts shared across a Google Workspace domain. Applications can create, edit, delete, and query these shared contacts, visible to all domain users and accessible by all Google services. This API is exclusively for external contacts; internal contact management should use the Directory API. To utilize the API, it must be enabled in the Admin console. Changes can take up to 24 hours to propagate. It is designed for developers using HTTP and XML, with version 3.0 specified in each request.\n"]]