Google Workspace 조직의 특정 사용자가 Google Chat 스페이스를 검색할 수 있도록 설정하기
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 Google Chat API를 사용하여 Google Workspace 조직의 특정 사용자가 스페이스를 검색하고 참여할 수 있도록 Google Chat 스페이스를 공유하는 방법을 설명합니다.
스페이스를 검색하고 참여할 수 있는 조직의 사용자를 지정하려면 공유 대상 그룹을 만듭니다. 공유 대상 그룹은 Chat 스페이스를 공유하여 스페이스의 인지도와 공유 가능성을 개선할 수 있는 사용자 그룹(예: 특정 부서 또는 전체 조직)입니다. 또한 타겟층을 사용하면 개별 사용자를 스페이스에 초대할 필요 없이 스페이스 멤버십을 관리하고 맞춤설정할 수 있습니다. 자세한 내용은 타겟팅 잠재고객 정보를 참고하세요.
공유 대상 그룹만 이름이 지정된 스페이스를 검색할 수 있도록 설정할 수 있습니다. 채팅 메시지, 그룹 대화와 같은 다른 스페이스 유형은 공유 대상 그룹과 공유할 수 없습니다.
페이지의 URL에서 공유 대상 그룹 ID를 찾습니다. URL 형식은 https://admin.google.com/ac/targetaudiences/TARGET_AUDIENCE_ID이며 여기서 TARGET_AUDIENCE_ID는 공유 대상 그룹의 영숫자 ID입니다.
다음 섹션에서는 타겟층 ID를 사용하여 검색 가능한 스페이스를 만들거나 기존 스페이스를 업데이트하여 타겟층에서 검색할 수 있도록 합니다.
Chat API 요청에서 공유 대상 그룹 지정
특정 공유 대상 그룹을 위한 스페이스를 만들려면 Space 리소스에서 create() 또는 setup() 메서드를 사용합니다. 기존 스페이스를 검색 가능하도록 하려면 Space 리소스에서 update() 메서드를 사용합니다. 이름이 지정된 스페이스만 타겟층과 공유할 수 있으므로 스페이스 유형(spaceType 필드에 표시됨)은 SPACE여야 합니다.
공유 대상 그룹에서 스페이스를 검색할 수 있도록 하려면 Chat API 요청의 일부로 Space 리소스에 AccessSettings 객체를 포함합니다. 객체에서 audience 필드를 지정합니다.
[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-02-16(UTC)"],[[["This page guides Google Workspace admins on how to use the Google Chat API to share named spaces with specific users within their organization."],["Target audiences are used to control which users can discover and join a space, replacing the need to invite individuals."],["To share a space, the `AccessSettings` object in the Chat API request should contain the target audience ID within the `audience` field."],["Prerequisites include a Business or Enterprise Google Workspace account with super admin privileges, an available target audience, and user authentication when calling the Chat API."],["Admins can get the target audience ID from the Google Admin console under Directory \u003e Target Audiences, then locate it within the URL of the specific target audience page."]]],["The core content details sharing Google Chat spaces with specific users within a Google Workspace organization using the Google Chat API. It focuses on creating or updating spaces to be discoverable to target audiences—groups of users like departments or the entire organization. To achieve this, users must obtain a target audience ID from the Google Admin console and include it in the API request's `AccessSettings` object when creating or updating a named space. This makes the space discoverable and allows customized memberships.\n"]]