# Viva Engange コミュニティの追加

### 説明

この runbook は、保存済みの開発者トークンを使用して、Yammer REST API 経由で Viva Engage コミュニティを作成します。必要に応じて所有者を割り当て、生成された Microsoft 365 グループから初期 API ユーザーを削除できます。

### 場所

Organization → General → Add Viva Engange Community

**ランブックの完全名**

rjgit-org\_general\_add-viva-engange-community

### アクセス許可

#### アプリケーションのアクセス許可

* **種類**: Microsoft Graph
  * User.Read.All
  * Group.ReadWrite.All
  * GroupMember.ReadWrite.All

### パラメーター

#### CommunityName

作成するコミュニティの名前。最大長は 264 文字です。

| プロパティ | 値                |
| ----- | ---------------- |
| 必須    | true             |
| 既定値   | Sample Community |
| 種類    | 文字列              |

#### CommunityPrivate

true に設定すると、コミュニティはプライベートとして作成されます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | False   |
| 種類    | Boolean |

#### CommunityShowInDirectory

true に設定すると、コミュニティはディレクトリに表示されます。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

#### CommunityOwners

コミュニティに追加する所有者 UPN のカンマ区切りリスト。

| プロパティ | 値     |
| ----- | ----- |
| 必須    | false |
| 既定値   |       |
| 種類    | 文字列   |

#### removeCreatorFromGroup

true に設定すると、少なくとも 1 人の他の所有者が存在する場合に、グループから初期 API ユーザーを削除します。

| プロパティ | 値       |
| ----- | ------- |
| 必須    | false   |
| 既定値   | True    |
| 種類    | Boolean |

[ランブック リファレンスの概要に戻る](/ja/zi-dong-hua/runbooks/runbook-references.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.realmjoin.com/ja/zi-dong-hua/runbooks/runbook-references/org/general/add-viva-engange-community.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
